added ip prefix to headscale config
This commit is contained in:
parent
8e2be93d2c
commit
f7a69c79d2
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ in
|
||||||
private_key_path: /etc/nixos/keys/headscale-key
|
private_key_path: /etc/nixos/keys/headscale-key
|
||||||
db_type: sqlite3
|
db_type: sqlite3
|
||||||
db_path: db.sqlite
|
db_path: db.sqlite
|
||||||
|
ip_prefixes:
|
||||||
|
- 100.64.0.0/16
|
||||||
derp:
|
derp:
|
||||||
urls:
|
urls:
|
||||||
- https://controlplane.tailscale.com/derpmap/default
|
- https://controlplane.tailscale.com/derpmap/default
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue