From 0beed8b222f9f5f0e479f8903911313c6628d477 Mon Sep 17 00:00:00 2001 From: newde Date: Fri, 13 Mar 2026 19:02:08 -0400 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E5=82=B3=E6=AA=94=E6=A1=88=E5=88=B0?= =?UTF-8?q?=E3=80=8C/=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 直接从这里下载就可以了。 --- config.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..1918f46 --- /dev/null +++ b/config.yaml @@ -0,0 +1,26 @@ +server_url: https://hs.yihaoai.cc +listen_addr: 0.0.0.0:8080 +metrics_listen_addr: 127.0.0.1:9090 +grpc_listen_addr: 0.0.0.0:50443 +grpc_allow_insecure: false +noise: + private_key_path: /var/lib/headscale/noise_private.key +prefixes: + v4: 100.64.0.0/10 + v6: fd7a:115c:a1e0::/48 +derp: + server: + enabled: false + urls: + - https://controlplane.tailscale.com/derpmap/default +database: + type: sqlite3 + sqlite: + path: /var/lib/headscale/db.sqlite +dns_config: + magic_dns: true + dns_base_domain: yihaoai.local + nameservers: + global: + - 114.114.114.114 + - 8.8.8.8