uncommented authelia internal network rules
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user