Skip to content

Commit

Permalink
Add raw.githubusercontent.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Kseen715 committed Aug 18, 2024
1 parent 07611d0 commit add27b3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ We include all known proxies of listed sites to raise chance of correct routing.
- microsoft - from [[x]](https://networksdb.io/ip-addresses-of/microsoft-corp)
- netflix - from [[x]](https://rockblack.su/vpn/dopolnitelno/diapazon-ip-adresov)
- nhentai.net - from [[x]](https://networksdb.io/domain-to-ips/nhentai.net)
- raw.githubusercontent.com - from [[x]](https://networksdb.io/)
- rutracker.org - from [[x]](https://networksdb.io/)
- x.com - from [[x]](https://rockblack.su/vpn/dopolnitelno/diapazon-ip-adresov)
- xhamster.com - from [[x]](https://networksdb.io/)
Expand Down
2 changes: 2 additions & 0 deletions db.csv
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,8 @@
"66.197.128.0/17","netflix.com","__KNOWN__"
"104.16.0.0/12","nhentai.net","__KNOWN__"
"172.64.0.0/13","nhentai.net","__KNOWN__"
"185.199.108.0/22","raw.githubusercontent.com","__KNOWN__"
"2606:50c0:8000::/46","raw.githubusercontent.com","__KNOWN__"
"2606:4700::/32","rutracker.org","__KNOWN__"
"104.244.42.1/32","x.com","__KNOWN__"
"104.244.42.129/32","x.com","__KNOWN__"
Expand Down
2 changes: 2 additions & 0 deletions in/known/raw.githubusercontent.com.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
185.199.108.0/22
2606:50c0:8000::/46
6 changes: 6 additions & 0 deletions out/amnezia_vpn.json
Original file line number Diff line number Diff line change
Expand Up @@ -1976,6 +1976,12 @@
{
"hostname": "172.64.0.0/13"
},
{
"hostname": "185.199.108.0/22"
},
{
"hostname": "2606:50c0:8000::/46"
},
{
"hostname": "2606:4700::/32"
},
Expand Down
2 changes: 2 additions & 0 deletions out/route_add.bat
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,8 @@ route ADD 64.120.128.0 MASK 255.255.128.0 0.0.127.255
route ADD 66.197.128.0 MASK 255.255.128.0 0.0.127.255
route ADD 104.16.0.0 MASK 255.240.0.0 0.15.255.255
route ADD 172.64.0.0 MASK 255.248.0.0 0.7.255.255
route ADD 185.199.108.0 MASK 255.255.252.0 0.0.3.255
route ADD 2606:50c0:8000:: MASK ffff:ffff:fffc:: ::3:ffff:ffff:ffff:ffff:ffff
route ADD 2606:4700:: MASK ffff:ffff:: ::ffff:ffff:ffff:ffff:ffff:ffff
route ADD 104.244.42.1 MASK 255.255.255.255 0.0.0.0
route ADD 104.244.42.129 MASK 255.255.255.255 0.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion out/wireguard_incomplete.conf

Large diffs are not rendered by default.

0 comments on commit add27b3

Please sign in to comment.