Skip to content

V2Ray geoip.dat and sing-box SRS including Yandex ASNs.

License

Notifications You must be signed in to change notification settings

turikhay/geoip-yandex

 
 

Repository files navigation

geoip-yandex

Loyalsoldier/geoip fork that includes (some) ASNs that are operated or owned by Yandex.

V2Ray example

{
  "routing": {
    "rules": [
      {
        "type": "field",
        "outboundTag": "direct",
        "ip": [
          "geoip:yandex"
        ]
      }
    ]
  }
}

sing-box example

{
  "rule_set": [
    { 
      "tag": "geoip-yandex",
      "type": "remote",
      "format": "binary",
      "url": "https://raw.githubusercontent.com/turikhay/geoip-yandex/release/srs/yandex.srs"
    }
  ],
  "rules": [
    { 
      "rule_set": "geoip-yandex",
      "outbound": "direct"
    }
  ]
}

Download

Use this permanent link:

https://raw.githubusercontent.com/turikhay/geoip-yandex/release/geoip.dat

For sing-box:

https://raw.githubusercontent.com/turikhay/geoip-yandex/release/srs/yandex.srs

License

CC-BY-SA-4.0

This product includes GeoLite2 data created by MaxMind, available from MaxMind.

About

V2Ray geoip.dat and sing-box SRS including Yandex ASNs.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Go 98.6%
  • Shell 1.4%