uncommented authelia internal network rules

This commit is contained in:
2025-04-01 13:53:15 -05:00
parent 1c92d56f2f
commit 3cf0d713e3

View File

@@ -39,22 +39,22 @@ authentication_backend:
access_control:
default_policy: deny
# networks:
# - name: internal
# networks:
# - '10.0.0.0/8'
# - '172.16.0.0/12'
# - '192.168.0.0/16'
networks:
- name: internal
networks:
- '10.0.0.0/8'
- '172.16.0.0/12'
- '192.168.0.0/16'
rules:
# ## bypass all domains and subdomains from local ips
# - domain:
# - aknlw.com
# - akanealw.com
# - "*.akanealw.com"
# networks:
# - 'internal'
# policy: bypass
## bypass api for subdomains
## bypass all domains and subdomains from local ips
- domain:
- aknlw.com
- akanealw.com
- "*.akanealw.com"
networks:
- 'internal'
policy: bypass
# bypass api for subdomains
- domain:
- "*.akanealw.com"
resources: