From d850f42cba465e802fced1bd97fa2b7544f1e615 Mon Sep 17 00:00:00 2001 From: KureShisen <1628264549@qq.com> Date: Fri, 23 Aug 2024 11:10:55 -0400 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20kureshisen.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kureshisen.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 kureshisen.yaml diff --git a/kureshisen.yaml b/kureshisen.yaml new file mode 100644 index 0000000..a2e7741 --- /dev/null +++ b/kureshisen.yaml @@ -0,0 +1,38 @@ +system-port: 7890 +external-controller: 127.0.0.1:9090 +allow-lan: false +mode: rule +log-level: info +ipv6: true +unified-delay: true +profile: + store-selected: true + store-fake-ip: true +tun: + enable: true + stack: system + auto-route: true + auto-detect-interface: true +dns: + enable: true + prefer-h3: true + listen: 0.0.0.0:53 + enhanced-mode: fake-ip + nameserver: + - 223.5.5.5 + - 8.8.8.8 +proxies: + - name: Hysteria2 + type: hysteria2 + server: gitea.kureshisen.com + port: 0 + password: Herobrine@wsc + sni: gitea.kureshisen.com + skip-cert-verify: false +proxy-groups: + - name: auto + type: select + proxies: + - Hysteria2 +rules: + - MATCH,auto \ No newline at end of file