Skip to content

A list of domains for the top US VPNs we have to block for legal reason. A list of restricted IPs are fetched from the sources and pushed in this repository.

Notifications You must be signed in to change notification settings

AngleProtocol/blocked-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blocked-ip

A list of domains for the top US VPNs we have to block for legal reasons. The domains list is extracted from the input directory, their IP address is retrieved and written to output/blocked.json for the app to read.

Update blocking list

To update run the following command:

bun run src/ping.ts

After that, you can push all the changes.

Fetching from APIs

Providers like NordVPN and Surfshark expose an API point for their servers list, therefore we can update the .csv using the corresponding commands:

bun run src/fetchNordVpn.ts
bun run src/fetchSurfshark.ts

About

A list of domains for the top US VPNs we have to block for legal reason. A list of restricted IPs are fetched from the sources and pushed in this repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published