mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
fixed the android sign in to server disapperance
This commit is contained in:
parent
638b6f4f3e
commit
b97b1c56d9
2 changed files with 7 additions and 3 deletions
|
@ -15,8 +15,11 @@ teredo.ipv6.microsoft.com
|
||||||
teredo.ipv6.microsoft.com.nsatc.net
|
teredo.ipv6.microsoft.com.nsatc.net
|
||||||
captive.apple.com
|
captive.apple.com
|
||||||
init-p01st.push.apple.com
|
init-p01st.push.apple.com
|
||||||
mtalk.google.com
|
|
||||||
connectivitycheck.android.com
|
connectivitycheck.android.com
|
||||||
alt7-mtalk.google.com
|
www.google.com
|
||||||
|
mtalk.google.com
|
||||||
|
alt4-mtalk.google.com
|
||||||
alt6-mtalk.google.com
|
alt6-mtalk.google.com
|
||||||
|
alt7-mtalk.google.com
|
||||||
|
people-pa.googleapis.com
|
||||||
captive.lan
|
captive.lan
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
import os
|
import os
|
||||||
outstr = ''
|
outstr = ''
|
||||||
|
|
||||||
os.chdir('{{ iiab_dir }}/roles/captiveportal/templates')
|
#os.chdir('{{ iiab_dir }}/roles/captiveportal/templates')
|
||||||
|
os.chdir('/opt/iiab/iiab/roles/captiveportal/templates')
|
||||||
with open('checkurls','r') as urls:
|
with open('checkurls','r') as urls:
|
||||||
for line in urls:
|
for line in urls:
|
||||||
line = line.replace('*','.*')
|
line = line.replace('*','.*')
|
||||||
|
|
Loading…
Reference in a new issue