diff options
author | 2021-11-22 17:58:19 +0100 | |
---|---|---|
committer | 2021-11-22 17:58:19 +0100 | |
commit | a7882fabc7831c7e43e1611b886eb3d3a1daa1b1 (patch) | |
tree | 2dbc7648da5f946e4c2137067c1e05c2d42187e2 /docs/configuration | |
parent | Fix mentioned accounts visibility bug (#323) (diff) | |
download | gotosocial-a7882fabc7831c7e43e1611b886eb3d3a1daa1b1.tar.xz |
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.
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/general.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/general.md b/docs/configuration/general.md index df9eaa4b0..be27095d1 100644 --- a/docs/configuration/general.md +++ b/docs/configuration/general.md @@ -53,7 +53,7 @@ protocol: "https" # Default value will bind to all interfaces. # You probably won't need to change this unless you're setting GoToSocial up in some fancy way or # you have specific networking requirements. -# Examples: ["0.0.0.0", "172.128.0.16", "localhost", "[::]", "[2a02:1807:1430:500:13f5:5efb:3f3a:1191]"] +# Examples: ["0.0.0.0", "172.128.0.16", "localhost", "[::]", "[2001:db8::fed1]"] # Default: "0.0.0.0" bindAddress: "0.0.0.0" |