1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Fix issues with DERP integration tests due to tailscale/tailscale#4323

This commit is contained in:
Juan Font Alonso 2022-08-15 11:25:47 +02:00
parent 8db7629edf
commit 865f1ffb3c

View File

@ -15,8 +15,8 @@ dns_config:
db_path: /tmp/integration_test_db.sqlite3
private_key_path: private.key
noise_private_key_path: noise_private.key
listen_addr: 0.0.0.0:8443
server_url: https://headscale:8443
listen_addr: 0.0.0.0:443
server_url: https://headscale:443
tls_cert_path: "/etc/headscale/tls/server.crt"
tls_key_path: "/etc/headscale/tls/server.key"
tls_client_auth_mode: disabled