From a4b99e253446f37c4f7583d809dc4e3eefeac27d Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 2 Jun 2021 01:52:08 -0700 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 79647e7..c45b94c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -118,9 +118,9 @@ Yes. A common error is when binding a link-scoped ipv6 address without a proper e.g. ``` # invalid --ip="[fe80::4c3:3cff:fe4f:7e0b]" +-ip.bind="[fe80::4c3:3cff:fe4f:7e0b]" # valid --ip="[fe80::4c3:3cff:fe4f:7e0b%eth0]" +-ip.bind="[fe80::4c3:3cff:fe4f:7e0b%eth0]" ``` ## Mount Filer