Skip to content

Commit

Permalink
config.md: Fix double-[ in IPv6 address
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 authored and scottlamb committed Dec 12, 2024
1 parent b42bb53 commit 865328f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ should start with a `[[binds]]` line and specify one of the following:
* `ipv4`: an IPv4 socket address. `0.0.0.0:8080` would allow connections from outside the machine;
`127.0.0.1:8080` would allow connections only from the local host.
* `ipv6`: an IPv6 socket address. `[::0]:8080` would allow connections from outside the machine;
`[[::1]:8080` would allow connections from only the local host.
`[::1]:8080` would allow connections from only the local host.
* `unix`: a path in the local filesystem where a UNIX-domain socket can be created. Permissions on the
enclosing directories control which users are allowed to connect to it. Web browsers typically don't
support directly connecting to UNIX domain sockets, but other tools do, e.g.:
Expand Down

0 comments on commit 865328f

Please sign in to comment.