Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OctoPrint/OctoPrint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGitHub Nightly Merge Action <actions@github.com>2021-12-01 03:08:17 +0300
committerGitHub Nightly Merge Action <actions@github.com>2021-12-01 03:08:17 +0300
commit90b762f8cef9b8ea67dbdcc995f5cfa8c62e0871 (patch)
tree59293bb6775c8d2f158c005af04712a46685d1bd /docs
parent74ada33fa2c5df8040f75aa6dc43af660c44b8d3 (diff)
parent4b12b0e6f06c3abfb31b1840a0605e2de8e911d2 (diff)
Merge branch 'master' into maintenance
Diffstat (limited to 'docs')
-rw-r--r--docs/features/accesscontrol.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/features/accesscontrol.rst b/docs/features/accesscontrol.rst
index 62a548768..1c3ee2583 100644
--- a/docs/features/accesscontrol.rst
+++ b/docs/features/accesscontrol.rst
@@ -184,6 +184,7 @@ further down there's also a dedicated list of steps for OctoPi specifically.
autologinAs: "<yourUsername>"
localNetworks:
- "127.0.0.0/8"
+ - "::1/128"
- "<yourAddressRange>"
4. Restart OctoPrint, check that everything works.