diff --git a/README.md b/README.md index f909355..dce360f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Sing-box 是一个现代、高性能、功能强大的跨平台代理核心, - 手动安装:见 [Hysteria2](https://github.com/Dichgrem/singbox-example/blob/main/hysteria2.md) / [Reality](https://github.com/Dichgrem/singbox-example/blob/main/singbox.md) - 全自动安装Reality: -``wget https://raw.githubusercontent.com/Dichgrem/singbox-example/refs/heads/main/singbox.sh``,随后``bash ./singbox.sh`` +``wget https://raw.githubusercontent.com/Dichgrem/singbox-example/refs/heads/main/script/singbox.sh``,随后``bash ./singbox.sh`` - 全自动安装Hysteria2: -``wget https://raw.githubusercontent.com/Dichgrem/singbox-example/refs/heads/main/hysteria2.sh``,随后``bash ./hysteria2.sh`` -- VPS一键更换密钥登录:``wget https://raw.githubusercontent.com/Dichgrem/singbox-example/refs/heads/main/ssh-key.sh``,随后``bash ./ssh-key.sh`` +``wget https://raw.githubusercontent.com/Dichgrem/singbox-example/refs/heads/main/script/hysteria2.sh``,随后``bash ./hysteria2.sh`` +- VPS一键更换密钥登录:``wget https://raw.githubusercontent.com/Dichgrem/singbox-example/refs/heads/main/script/ssh-key.sh``,随后``bash ./ssh-key.sh`` diff --git a/client/example-node/single-node-core.yaml b/config/client/example-node/single-node-core.yaml similarity index 100% rename from client/example-node/single-node-core.yaml rename to config/client/example-node/single-node-core.yaml diff --git a/client/example-node/single-node.yaml b/config/client/example-node/single-node.yaml similarity index 100% rename from client/example-node/single-node.yaml rename to config/client/example-node/single-node.yaml diff --git a/client/example-rule/dns-rule-leak.yaml b/config/client/example-rule/dns-rule-leak.yaml similarity index 100% rename from client/example-rule/dns-rule-leak.yaml rename to config/client/example-rule/dns-rule-leak.yaml diff --git a/client/example-rule/dns-rule.yaml b/config/client/example-rule/dns-rule.yaml similarity index 100% rename from client/example-rule/dns-rule.yaml rename to config/client/example-rule/dns-rule.yaml diff --git a/client/example-rule/fakeip.yaml b/config/client/example-rule/fakeip.yaml similarity index 100% rename from client/example-rule/fakeip.yaml rename to config/client/example-rule/fakeip.yaml diff --git a/client/example-rule/route-rule.yaml b/config/client/example-rule/route-rule.yaml similarity index 100% rename from client/example-rule/route-rule.yaml rename to config/client/example-rule/route-rule.yaml diff --git a/client/example-rule/tun-ipv4+ipv6.yaml b/config/client/example-rule/tun-ipv4+ipv6.yaml similarity index 100% rename from client/example-rule/tun-ipv4+ipv6.yaml rename to config/client/example-rule/tun-ipv4+ipv6.yaml diff --git a/client/example-rule/tun-ipv4only.yaml b/config/client/example-rule/tun-ipv4only.yaml similarity index 100% rename from client/example-rule/tun-ipv4only.yaml rename to config/client/example-rule/tun-ipv4only.yaml diff --git a/client/full-config/shellcrash.json b/config/client/full-config/shellcrash.json similarity index 100% rename from client/full-config/shellcrash.json rename to config/client/full-config/shellcrash.json diff --git a/server/reality_domain.md b/config/server/reality_domain.md similarity index 100% rename from server/reality_domain.md rename to config/server/reality_domain.md diff --git a/server/vless+reality.yaml b/config/server/vless+reality.yaml similarity index 100% rename from server/vless+reality.yaml rename to config/server/vless+reality.yaml diff --git a/hysteria2.sh b/script/hysteria2.sh similarity index 100% rename from hysteria2.sh rename to script/hysteria2.sh diff --git a/singbox.sh b/script/singbox.sh similarity index 100% rename from singbox.sh rename to script/singbox.sh diff --git a/ssh-key.sh b/script/ssh-key.sh similarity index 100% rename from ssh-key.sh rename to script/ssh-key.sh diff --git a/hysteria2.md b/tutorial/hysteria2.md similarity index 100% rename from hysteria2.md rename to tutorial/hysteria2.md diff --git a/singbox.md b/tutorial/singbox.md similarity index 100% rename from singbox.md rename to tutorial/singbox.md