Browse Source

Fix config comment

- Removed redundant word
Philipp Gillé 5 years ago
parent
commit
2889814514
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/config.yaml

+ 1 - 1
examples/config.yaml

@@ -11,7 +11,7 @@ pki:
   #blacklist:
   #  - c99d4e650533b92061b09918e838a5a0a6aaee21eed1d12fd937682865936c72
 
-# The static host map defines a set of hosts with with fixed IP addresses on the internet (or any network).
+# The static host map defines a set of hosts with fixed IP addresses on the internet (or any network).
 # A host can have multiple fixed IP addresses defined here, and nebula will try each when establishing a tunnel.
 # The syntax is:
 #   "{nebula ip}": ["{routable ip/dns name}:{routable port}"]