diff --git a/config/examples/9.transparent_proxy_without_dnsmasq/README.md b/config/examples/9.transparent_proxy_without_dnsmasq/README.md index 659bc88..b00309f 100644 --- a/config/examples/9.transparent_proxy_without_dnsmasq/README.md +++ b/config/examples/9.transparent_proxy_without_dnsmasq/README.md @@ -66,8 +66,8 @@ domain=mycompany.com domain=mycompany1.com ip=4.4.4.4 ip=5.5.5.5 -cidr=cidr=172.16.101.0/24 -cidr=cidr=172.16.102.0/24 +cidr=172.16.101.0/24 +cidr=172.16.102.0/24 ``` #### Configure iptables on your linux gateway diff --git a/config/examples/9.transparent_proxy_without_dnsmasq/rules.d/office.list b/config/examples/9.transparent_proxy_without_dnsmasq/rules.d/office.list index cf20b6d..7a53ca3 100644 --- a/config/examples/9.transparent_proxy_without_dnsmasq/rules.d/office.list +++ b/config/examples/9.transparent_proxy_without_dnsmasq/rules.d/office.list @@ -3,5 +3,5 @@ domain=mycompany.com domain=mycompany1.com ip=4.4.4.4 ip=5.5.5.5 -cidr=cidr=172.16.101.0/24 -cidr=cidr=172.16.102.0/24 \ No newline at end of file +cidr=172.16.101.0/24 +cidr=172.16.102.0/24