chg: [tools] vpn generation updated following the removal of

github.com/ejrv/VPNs
pull/217/head
Alexandre Dulaunoy 2022-09-01 10:49:26 +02:00
parent e5cc9e4b0f
commit 3e8138338e
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ def process(url, dst):
if __name__ == '__main__':
vpn_base_url_v4 = 'https://raw.githubusercontent.com/X4BNet/lists_vpn/main/ipv4.txt'
vpn_base_url_v6 = 'https://raw.githubusercontent.com/ejrv/VPNs/master/vpn-ipv6.txt'
vpns = ['https://raw.githubusercontent.com/X4BNet/lists_vpn/main/ipv4.txt', 'https://raw.githubusercontent.com/ejrv/VPNs/master/vpn-ipv6.txt']
vpns = ['https://raw.githubusercontent.com/X4BNet/lists_vpn/main/ipv4.txt']
for url in vpns:
uri = url.split('/')[-1]
uri.split('.')[0]