Update yamllint
This commit is contained in:
@ -3,9 +3,9 @@ http:
|
||||
internal-only:
|
||||
ipWhiteList:
|
||||
sourceRange:
|
||||
- "10.0.0.0/8"
|
||||
- "172.16.0.0/12"
|
||||
- "192.168.0.0/16"
|
||||
- 10.0.0.0/8
|
||||
- 172.16.0.0/12
|
||||
- 192.168.0.0/16
|
||||
tls-redirect:
|
||||
redirectScheme:
|
||||
scheme: https
|
||||
|
@ -1,16 +1,16 @@
|
||||
entryPoints:
|
||||
web:
|
||||
address: ":80"
|
||||
address: :80
|
||||
proxyProtocol:
|
||||
trustedIPs:
|
||||
- "{{ wireguard.cidr }}"
|
||||
web-secure:
|
||||
address: ":443"
|
||||
address: :443
|
||||
proxyProtocol:
|
||||
trustedIPs:
|
||||
- "{{ wireguard.cidr }}"
|
||||
matrix:
|
||||
address: ":8448"
|
||||
address: :8448
|
||||
proxyProtocol:
|
||||
trustedIPs:
|
||||
- "{{ wireguard.cidr }}"
|
||||
|
Reference in New Issue
Block a user