diff --git a/headscale/config/config.yaml b/headscale/config/config.yaml index 3aa2c36..6bb2e4f 100644 --- a/headscale/config/config.yaml +++ b/headscale/config/config.yaml @@ -10,7 +10,7 @@ # # 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 # @@ -172,27 +172,27 @@ database: # TLS for a domain with Let's Encrypt. # # 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 -acme_email: "" +# acme_email: "" # Domain name to request a TLS certificate for: -tls_letsencrypt_hostname: "" +# tls_letsencrypt_hostname: "" # Path to store certificates and metadata needed by # letsencrypt # 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: # HTTP-01 or TLS-ALPN-01 # 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 # verification endpoint, and it will be listening on: # :http = port 80 -tls_letsencrypt_listen: ":http" +# tls_letsencrypt_listen: ":http" ## Use already defined certificates: tls_cert_path: "" @@ -278,7 +278,7 @@ dns_config: # `base_domain` must be a FQDNs, without the trailing dot. # The FQDN of the hosts will be # `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 # Note: for production you will want to set this to something like: