mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Fix config and tests
This commit is contained in:
parent
1237e02f7c
commit
746d4037da
1 changed files with 16 additions and 2 deletions
|
@ -9,8 +9,22 @@ listen_addr: 0.0.0.0:8080
|
||||||
# Path to WireGuard private key file
|
# Path to WireGuard private key file
|
||||||
private_key_path: private.key
|
private_key_path: private.key
|
||||||
|
|
||||||
# Path to a file containing a map of DERP nodes.
|
derp:
|
||||||
derp_map_path: derp.yaml
|
# List of externally available DERP maps encoded in JSON
|
||||||
|
urls:
|
||||||
|
- https://controlplane.tailscale.com/derpmap/default
|
||||||
|
|
||||||
|
# Locally available DERP map files encoded in YAML
|
||||||
|
paths:
|
||||||
|
- derp-example.yaml
|
||||||
|
|
||||||
|
# If enabled, a worker will be set up to periodically
|
||||||
|
# refresh the given sources and update the derpmap
|
||||||
|
# will be set up.
|
||||||
|
auto_update_enabled: true
|
||||||
|
|
||||||
|
# How often should we check for updates?
|
||||||
|
update_frequency: 24h
|
||||||
|
|
||||||
# Disables the automatic check for updates on startup
|
# Disables the automatic check for updates on startup
|
||||||
disable_check_updates: false
|
disable_check_updates: false
|
||||||
|
|
Loading…
Reference in a new issue