mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clean captiveportal/templates/iiab-divert-to-nginx
This commit is contained in:
parent
d1a5eb2c93
commit
0f763281ea
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
awk '{print("address=/" $1 "/172.18.96.1")}' /opt/iiab/captiveportal/checkurls > /etc/dnsmasq.d/capture
|
awk '{print("address=/" $1 "/172.18.96.1")}' /opt/iiab/captiveportal/checkurls > /etc/dnsmasq.d/capture
|
||||||
echo "#following tells windows 7 that captive portal is active" >>/etc/dnsmasq.d/capture
|
echo "#following tells windows 7 that captive portal is active" >> /etc/dnsmasq.d/capture
|
||||||
echo "address=/dns.msftncsi.com/131.107.255.255" >> /etc/dnsmasq.d/capture
|
echo "address=/dns.msftncsi.com/131.107.255.255" >> /etc/dnsmasq.d/capture
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue