adds ipv6 mask to default ADMIN_WHITELIST

This commit is contained in:
nai-degen
2024-06-02 20:49:18 -05:00
parent 57fd17ede0
commit 55f1bbed3b
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -70,4 +70,4 @@ You can provide a comma-separated list containing individual IPv4 or IPv6 addres
To whitelist an entire IP range, use CIDR notation. For example, `192.168.0.1/24` would whitelist all addresses from `192.168.0.0` to `192.168.0.255`.
To disable the whitelist, set `ADMIN_WHITELIST=0.0.0.0/0`, which will allow access from any IP address. This is the default behavior.
To disable the whitelist, set `ADMIN_WHITELIST=0.0.0.0/0,::0`, which will allow access from any IPv4 or IPv6 address. This is the default behavior.