This repository has been archived on 2024-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
Neur0toxine e307a33a13
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
continuous-integration/drone/tag Build is passing
more events
2023-11-15 23:00:01 +03:00
2023-11-11 19:49:22 +03:00
2023-11-15 23:00:01 +03:00
2023-11-11 19:49:22 +03:00
2023-11-11 19:49:22 +03:00
2023-11-11 18:34:13 +03:00
2023-11-11 22:34:30 +03:00
2023-11-11 21:44:33 +03:00
2023-11-11 22:34:30 +03:00

GeoIP & GeoSite with RU Blacklist

Generates geoip.dat and geosite.dat for Xray with additional data:

  • Category with sites blocked in Russia (geosite:category-ru-blocked-domains).
  • category with second-level domains of sites blocked in Russia (geosite:category-ru-blocked-zones).

Data sources:

You can replace original geoip.dat and geosite.dat with the ones from this repo and route only blocked traffic through the proxy.

GeoIP Categories

  • geoip:ru-blocked-ips-all - IP's and IP ranges blocked in Russia.
  • geoip:ru-blocked-ips-directblock - IP's blocked in Russia directly by address.
  • geoip:ru-blocked-ips-noid2971 - IP's and IP ranges blocked in Russia excluding those blocked by 33а-5536/2019.

GeoSite Categories

  • geosite:category-ru-blocked-domains - domains and subdomains blocked in Russia.
  • geosite:category-ru-blocked-zones - only second-level domains blocked in Russia (even if only subdomain was blocked).

Automatic Update

There is no universal recipe. Just download geoip.dat and geosite.dat from latest release daily and replace old files with the new ones. You can find an example of how to get the latest files in the update.sh. And please, for the love of all that is holy, don't put curl -fsSL ... | bash to your crontab, it's not safe.

Description
Generates geoip.dat and geosite.dat for Xray with additional data relevant for Russia
Readme 52 KiB
2024-12-15 03:07:41 +03:00
Languages
Makefile 72.1%
Shell 27.9%