mirror of
https://code.rocketnine.space/tslocum/twins.git
synced 2024-11-27 10:38:14 +01:00
Add quotes for IPv6 address configuration example
Since leaving the quotes out in the config file causes the confusing "did not find expected key" error, so do not assume that the user is familiar enough with YAML syntax as to identify the issue.
This commit is contained in:
parent
066fe276eb
commit
668e099ffa
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ Address to listen for connections on in the format of `interface:port`.
|
||||||
|
|
||||||
### Listen on an IPv4 or IPv6 address
|
### Listen on an IPv4 or IPv6 address
|
||||||
|
|
||||||
`192.0.2.1:1965` or `[2001:db8::1]:1965`
|
`192.0.2.1:1965` or `"[2001:db8::1]:1965"` (please note the quotes and brackets
|
||||||
|
for IPv6 addresses).
|
||||||
|
|
||||||
### Listen on all interfaces
|
### Listen on all interfaces
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue