mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-22 06:57:29 -06:00
Use IPv6 doc prefix for docs (#324)
IPv6 has a dedicated prefix for documentation and examples, this commit makes use of it for BindAddress config flag docs and examples.
This commit is contained in:
parent
79ccd8fd8a
commit
a7882fabc7
3 changed files with 3 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ func generalFlags(flagNames, envNames config.Flags, defaults config.Defaults) []
|
|||
},
|
||||
&cli.StringFlag{
|
||||
Name: flagNames.BindAddress,
|
||||
Usage: "Bind address to use for the GoToSocial server (eg., 0.0.0.0, 172.138.0.9, [::], localhost). For ipv6, enclose the address in square brackets, eg [2a02:1807:1430:500:13f5:5efb:3f3a:1191]. Default binds to all interfaces.",
|
||||
Usage: "Bind address to use for the GoToSocial server (eg., 0.0.0.0, 172.138.0.9, [::], localhost). For ipv6, enclose the address in square brackets, eg [2001:db8::fed1]. Default binds to all interfaces.",
|
||||
Value: defaults.BindAddress,
|
||||
EnvVars: []string{envNames.BindAddress},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue