mirror of
https://github.com/kou029w/fogtype.com
synced 2025-01-19 00:18:05 +00:00
17 lines
444 B
YAML
17 lines
444 B
YAML
server_url: https://net.fogtype.com
|
|
listen_addr: 0.0.0.0:8080
|
|
metrics_listen_addr: 0.0.0.0:9200
|
|
db_type: sqlite3
|
|
db_path: /var/lib/headscale/db.sqlite
|
|
private_key_path: /var/lib/headscale/private.key
|
|
noise:
|
|
private_key_path: /var/lib/headscale/noise_private.key
|
|
ip_prefixes:
|
|
- fd7a:115c:a1e0::/48
|
|
- 100.64.0.0/10
|
|
dns_config:
|
|
override_local_dns: true
|
|
magic_dns: true
|
|
base_domain: net.fogtype.com
|
|
nameservers:
|
|
- "49.212.205.24"
|