Skip to content

Commit 76111ba

Browse files
fixed local subnetworks (#74)
Co-authored-by: Anthony Bible <[email protected]>
1 parent 80d557f commit 76111ba

File tree

1 file changed

+3
-3
lines changed
  • reference_files/authelia-traefik/traefik

1 file changed

+3
-3
lines changed

reference_files/authelia-traefik/traefik/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ http:
4040
default-whitelist:
4141
ipWhiteList:
4242
sourceRange:
43-
- "10.0.0.0/24"
43+
- "10.0.0.0/8"
4444
- "192.168.0.0/16"
45-
- "172.0.0.0/8"
45+
- "172.0.0.0/12"
4646

4747
secured:
4848
chain:
4949
middlewares:
5050
- default-whitelist
51-
- default-headers
51+
- default-headers

0 commit comments

Comments
 (0)