Skip to content
/ geoip Public
forked from v2fly/geoip

GeoIP for V2Ray. Generate geoip.dat for V2Ray automatically every Wednesday.

License

Notifications You must be signed in to change notification settings

cyznke/geoip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoIP List for V2Ray

Automatically weekly release of geoip.dat for V2Ray.

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

Download links

Usage example

"routing": {
  "rules": [
    {
      "type": "field",
      "outboundTag": "Direct",
      "ip": [
        "223.5.5.5/32",
        "119.29.29.29/32",
        "180.76.76.76/32",
        "114.114.114.114/32",
        "geoip:cn",
        "geoip:private"
      ]
    },
    {
      "type": "field",
      "outboundTag": "Proxy-1",
      "ip": [
        "1.1.1.1/32",
        "1.0.0.1/32",
        "8.8.8.8/32",
        "8.8.4.4/32"
      ]
    },
    {
      "type": "field",
      "outboundTag": "Proxy-2",
      "ip": [
        "geoip:us",
        "geoip:ca"
      ]
    },
    {
      "type": "field",
      "outboundTag": "Proxy-3",
      "ip": [
        "geoip:hk",
        "geoip:mo",
        "geoip:tw",
        "geoip:jp",
        "geoip:sg"
      ]
    }
  ]
}

About

GeoIP for V2Ray. Generate geoip.dat for V2Ray automatically every Wednesday.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%