mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FAQ (markdown)
parent
8182b0767f
commit
a4b99e2534
4
FAQ.md
4
FAQ.md
|
@ -118,9 +118,9 @@ Yes. A common error is when binding a link-scoped ipv6 address without a proper
|
||||||
e.g.
|
e.g.
|
||||||
```
|
```
|
||||||
# invalid
|
# invalid
|
||||||
-ip="[fe80::4c3:3cff:fe4f:7e0b]"
|
-ip.bind="[fe80::4c3:3cff:fe4f:7e0b]"
|
||||||
# valid
|
# valid
|
||||||
-ip="[fe80::4c3:3cff:fe4f:7e0b%eth0]"
|
-ip.bind="[fe80::4c3:3cff:fe4f:7e0b%eth0]"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Mount Filer
|
## Mount Filer
|
||||||
|
|
Loading…
Reference in a new issue