Allow mxmon
This commit is contained in:
parent
1cc8fac142
commit
0af76a99d3
1 changed files with 10 additions and 7 deletions
|
@ -319,13 +319,16 @@ frontend frontend_default
|
||||||
acl www hdr(host) -i benoit.jp.net
|
acl www hdr(host) -i benoit.jp.net
|
||||||
acl www hdr(host) -i www.benoit.jp.net
|
acl www hdr(host) -i www.benoit.jp.net
|
||||||
|
|
||||||
http-request deny if adguard !JP !SG !letsencrypt
|
# Allow mxmon
|
||||||
http-request deny if kanboard !JP !SG !letsencrypt
|
acl allowed_ips src 5.78.92.102 2a01:4ff:1f0:c14e::1
|
||||||
http-request deny if mailcow !JP !SG !letsencrypt
|
|
||||||
http-request deny if miniflux !JP !SG !letsencrypt
|
http-request deny if adguard !JP !SG !letsencrypt !allowed_ips
|
||||||
http-request deny if navidrome !JP !SG !letsencrypt
|
http-request deny if kanboard !JP !SG !letsencrypt !allowed_ips
|
||||||
http-request deny if photoprism !JP !SG !letsencrypt
|
http-request deny if mailcow !JP !SG !letsencrypt !allowed_ips
|
||||||
http-request deny if vaultwarden !JP !SG !letsencrypt
|
http-request deny if miniflux !JP !SG !letsencrypt !allowed_ips
|
||||||
|
http-request deny if navidrome !JP !SG !letsencrypt !allowed_ips
|
||||||
|
http-request deny if photoprism !JP !SG !letsencryp !allowed_ipst
|
||||||
|
http-request deny if vaultwarden !JP !SG !letsencrypt !allowed_ips
|
||||||
|
|
||||||
use_backend adguard if adguard
|
use_backend adguard if adguard
|
||||||
use_backend archive if archive
|
use_backend archive if archive
|
||||||
|
|
Loading…
Add table
Reference in a new issue