Fix issues with DERP integration tests due to tailscale/tailscale#4323
This commit is contained in:
parent
8db7629edf
commit
865f1ffb3c
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ dns_config:
|
||||||
db_path: /tmp/integration_test_db.sqlite3
|
db_path: /tmp/integration_test_db.sqlite3
|
||||||
private_key_path: private.key
|
private_key_path: private.key
|
||||||
noise_private_key_path: noise_private.key
|
noise_private_key_path: noise_private.key
|
||||||
listen_addr: 0.0.0.0:8443
|
listen_addr: 0.0.0.0:443
|
||||||
server_url: https://headscale:8443
|
server_url: https://headscale:443
|
||||||
tls_cert_path: "/etc/headscale/tls/server.crt"
|
tls_cert_path: "/etc/headscale/tls/server.crt"
|
||||||
tls_key_path: "/etc/headscale/tls/server.key"
|
tls_key_path: "/etc/headscale/tls/server.key"
|
||||||
tls_client_auth_mode: disabled
|
tls_client_auth_mode: disabled
|
||||||
|
|
Loading…
Reference in a new issue