updated config

This commit is contained in:
2025-05-11 21:12:07 -05:00
parent a8b8b56d57
commit 6de328eadd
+8 -8
View File
@@ -10,7 +10,7 @@
# #
# https://myheadscale.example.com:443 # https://myheadscale.example.com:443
# #
server_url: https://tailscale.yourdomain.co.uk server_url: http://192.168.1.32
# Address to listen to / bind to on the server # Address to listen to / bind to on the server
# #
@@ -172,27 +172,27 @@ database:
# TLS for a domain with Let's Encrypt. # TLS for a domain with Let's Encrypt.
# #
# URL to ACME directory # URL to ACME directory
acme_url: https://acme-v02.api.letsencrypt.org/directory # acme_url: https://acme-v02.api.letsencrypt.org/directory
# Email to register with ACME provider # Email to register with ACME provider
acme_email: "" # acme_email: ""
# Domain name to request a TLS certificate for: # Domain name to request a TLS certificate for:
tls_letsencrypt_hostname: "" # tls_letsencrypt_hostname: ""
# Path to store certificates and metadata needed by # Path to store certificates and metadata needed by
# letsencrypt # letsencrypt
# For production: # For production:
tls_letsencrypt_cache_dir: /var/lib/headscale/cache # tls_letsencrypt_cache_dir: /var/lib/headscale/cache
# Type of ACME challenge to use, currently supported types: # Type of ACME challenge to use, currently supported types:
# HTTP-01 or TLS-ALPN-01 # HTTP-01 or TLS-ALPN-01
# See [docs/tls.md](docs/tls.md) for more information # See [docs/tls.md](docs/tls.md) for more information
tls_letsencrypt_challenge_type: HTTP-01 # tls_letsencrypt_challenge_type: HTTP-01
# When HTTP-01 challenge is chosen, letsencrypt must set up a # When HTTP-01 challenge is chosen, letsencrypt must set up a
# verification endpoint, and it will be listening on: # verification endpoint, and it will be listening on:
# :http = port 80 # :http = port 80
tls_letsencrypt_listen: ":http" # tls_letsencrypt_listen: ":http"
## Use already defined certificates: ## Use already defined certificates:
tls_cert_path: "" tls_cert_path: ""
@@ -278,7 +278,7 @@ dns_config:
# `base_domain` must be a FQDNs, without the trailing dot. # `base_domain` must be a FQDNs, without the trailing dot.
# The FQDN of the hosts will be # The FQDN of the hosts will be
# `hostname.user.base_domain` (e.g., _myhost.myuser.example.com_). # `hostname.user.base_domain` (e.g., _myhost.myuser.example.com_).
base_domain: example.com base_domain: akanealw.com
# Unix socket used for the CLI to connect without authentication # Unix socket used for the CLI to connect without authentication
# Note: for production you will want to set this to something like: # Note: for production you will want to set this to something like: