Document macOS interfaces (closes #1)

This commit is contained in:
Matthew Edwards
2020-12-23 12:02:15 +13:00
parent 37d9e3d418
commit af0f26329d
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -173,7 +173,9 @@ There is a `zerotier-dns.example.yml` example config file with all supported opt
```yaml
# Network interface to bind to (or "" to bind to all interfaces). By default, only
# respond on the ZeroTier interface.
# respond on the ZeroTier interface. On macOS, there are two ZeroTier interfaces
# whose names start with "feth" and you should specify the one with the lower number
# (see https://www.zerotier.com/2019/08/21/how-zerotier-eliminated-kernel-extensions-on-macos/ ).
interface: "zt0"
# Port to listen on.
+3 -1
View File
@@ -1,7 +1,9 @@
# This file contains all supported configuration options and their default values.
# Network interface to bind to (or "" to bind to all interfaces). By default, only
# respond on the ZeroTier interface.
# respond on the ZeroTier interface. On macOS, there are two ZeroTier interfaces
# whose names start with "feth" and you should specify the one with the lower number
# (see https://www.zerotier.com/2019/08/21/how-zerotier-eliminated-kernel-extensions-on-macos/ ).
interface: "zt0"
# Port to listen on.