Updated FAQ (markdown)

Chris Lu 2021-06-02 01:56:44 -07:00
parent a4b99e2534
commit 5a4c15984f

5
FAQ.md

@ -118,9 +118,10 @@ Yes. A common error is when binding a link-scoped ipv6 address without a proper
e.g.
```
# invalid
-ip.bind="[fe80::4c3:3cff:fe4f:7e0b]"
-ip="[fe80::4c3:3cff:fe4f:7e0b]" -ip.bind="[fe80::4c3:3cff:fe4f:7e0b]"
# valid
-ip.bind="[fe80::4c3:3cff:fe4f:7e0b%eth0]"
-ip="[fe80::4c3:3cff:fe4f:7e0b]" -ip.bind="[fe80::4c3:3cff:fe4f:7e0b%eth0]"
```
## Mount Filer