上傳檔案到「/」
直接从这里下载就可以了。
This commit is contained in:
26
config.yaml
Normal file
26
config.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user