From 0b0fb0af22f30f824fa62975ba08fb70bf6396f0 Mon Sep 17 00:00:00 2001 From: phpmalik Date: Mon, 3 Oct 2022 12:59:39 +0530 Subject: [PATCH] Minor change Spelling mistake listning -> listening --- config-example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-example.yaml b/config-example.yaml index 72397c78..5dec5353 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -164,7 +164,7 @@ tls_letsencrypt_cache_dir: /var/lib/headscale/cache # See [docs/tls.md](docs/tls.md) for more information tls_letsencrypt_challenge_type: HTTP-01 # When HTTP-01 challenge is chosen, letsencrypt must set up a -# verification endpoint, and it will be listning on: +# verification endpoint, and it will be listening on: # :http = port 80 tls_letsencrypt_listen: ":http"