Skip to content
Snippets Groups Projects
Commit d20aced5 authored by nimrod's avatar nimrod
Browse files

Router: Revert the IP restriction on HTTP.

It breaks the Let's Encrypt renewal workflow.
parent b30fb6ca
No related branches found
No related tags found
No related merge requests found
Pipeline #3742 waiting for manual action
......@@ -27,16 +27,6 @@ frontend http
acl kodi hdr(host) -i kodi.shore.co.il
acl kodi hdr(host) -i library.shore.co.il
acl kodi hdr(host) -i transmission.shore.co.il
acl lam hdr(host) -i lam.shore.co.il
acl auth hdr(host) -i auth.shore.co.il
acl private_ip src 127.0.0.1/8
acl private_ip src 10.0.0.0/8
acl private_ip src 192.168.0.0/16
acl private_ip src 172.16.0.0/12
acl shore_ip src 62.219.131.121
acl shore_ip src 163.172.74.36
http-request deny if lam !private_ip
http-request deny if auth !shore_ip !private_ip
use_backend kodi_http if kodi
default_backend host01_http
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment