1. add noise key to config file
2. lower node check interval
This commit is contained in:
parent
35dd9209b9
commit
ce4a1cf447
2 changed files with 6 additions and 2 deletions
|
@ -20,7 +20,7 @@ dns_config:
|
|||
nameservers:
|
||||
- 1.1.1.1
|
||||
ephemeral_node_inactivity_timeout: 30m
|
||||
node_update_check_interval: 100s
|
||||
node_update_check_interval: 30s
|
||||
grpc_allow_insecure: false
|
||||
grpc_listen_addr: :50443
|
||||
ip_prefixes:
|
||||
|
@ -38,6 +38,8 @@ oidc:
|
|||
- email
|
||||
strip_email_domain: true
|
||||
private_key_path: private.key
|
||||
noise:
|
||||
private_key_path: noise_private.key
|
||||
server_url: http://headscale:18080
|
||||
tls_client_auth_mode: relaxed
|
||||
tls_letsencrypt_cache_dir: /var/www/.cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue