8000 GitHub - abdulradio/sing-geoip: 🇷🇺 GeoIP Russia, Belarussia geoip.db for Sing-box.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🇷🇺 GeoIP Russia, Belarussia geoip.db for Sing-box.

License

Notifications You must be signed in to change notification settings

abdulradio/sing-geoip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoIP RU

geoip contains databases of IP addresses of Russia and Belarus(MaxMind), cloudflare, cloudfront, facebook, fastly, google, netflix, telegram, twitter.

Example Sing-box rules geoip.db

"route": {
    "geoip": {
        "path": "/tmp/geoip.db",
        "download_url": "https://github.com/abdulra
5949
dio/sing-geoip/releases/latest/download/geoip.db",
        "download_detour": "proxy"
    },
    "rules": [
       {   
         "geoip": "telegram",
         "outbound": "proxy"
       },  
       {
         "geoip": [
           "private",
           "ru",
           "by",
           "google"
         ],
         "outbound": "direct"
       }
    ],
    "final": "proxy",
    "auto_detect_interface": true
}

About

🇷🇺 GeoIP Russia, Belarussia geoip.db for Sing-box.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%
0