Added derp config to OIDC etc
This commit is contained in:
parent
b3a53bf642
commit
2e97119db8
|
@ -15,3 +15,8 @@ server_url: https://localhost:8443
|
|||
tls_cert_path: "/etc/headscale/tls/server.crt"
|
||||
tls_key_path: "/etc/headscale/tls/server.key"
|
||||
tls_client_auth_mode: disabled
|
||||
derp:
|
||||
urls:
|
||||
- https://controlplane.tailscale.com/derpmap/default
|
||||
auto_update_enabled: true
|
||||
update_frequency: 1m
|
||||
|
|
Loading…
Reference in New Issue