commit
49b448124d
34606
lists/vpn-ipv4/list.json
34606
lists/vpn-ipv4/list.json
File diff suppressed because it is too large
Load Diff
|
@ -18,9 +18,6 @@ def process(url, dst):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
vpn_base_url_v4 = 'https://raw.githubusercontent.com/X4BNet/lists_vpn/main/ipv4.txt'
|
url = 'https://raw.githubusercontent.com/X4BNet/lists_vpn/main/ipv4.txt'
|
||||||
vpns = ['https://raw.githubusercontent.com/X4BNet/lists_vpn/main/ipv4.txt']
|
dst = 'vpn-ipv4'
|
||||||
for url in vpns:
|
process(url, dst)
|
||||||
uri = url.split('/')[-1]
|
|
||||||
uri.split('.')[0]
|
|
||||||
process(url, uri)
|
|
||||||
|
|
Loading…
Reference in New Issue