All Projects → KafuuChinoQ → V2RayGeoKit

KafuuChinoQ / V2RayGeoKit

Licence: MIT License
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to V2RayGeoKit

V2ray Rules Dat
🦄 🎃 👻 V2Ray 路由规则文件加强版,可代替 V2Ray 官方 geoip.dat 和 geosite.dat,兼容 Shadowsocks-windows、Xray-core、Trojan-Go 和 leaf。Enhanced edition of V2Ray rules dat files, compatible with Xray-core, Shadowsocks-windows, Trojan-Go and leaf.
Stars: ✭ 6,550 (+25092.31%)
Mutual labels:  geoip, v2ray, geosite
geoip
🌚 🌍 🌝 GeoIP 规则文件加强版,同时支持定制 V2Ray dat 格式路由规则文件 geoip.dat 和 MaxMind mmdb 格式文件 Country.mmdb。Enhanced edition of GeoIP files for V2Ray, Xray-core, Trojan-Go, Clash and Leaf, with replaced CN IPv4 CIDR available from ipip.net, appended CIDR lists and more.
Stars: ✭ 524 (+1915.38%)
Mutual labels:  geoip, v2ray
v2rock
V2ray GUI client for Ubuntu and Debian
Stars: ✭ 60 (+130.77%)
Mutual labels:  v2ray
xray-node
Python 开发的基于 xray-core 的多用户代理后端,支持用户动态管理和流量统计。
Stars: ✭ 20 (-23.08%)
Mutual labels:  v2ray
Vendor-Threat-Triage-Lookup
Lookup file hashes, domain names and IP addresses using various vendors to assist with triaging potential threats.
Stars: ✭ 17 (-34.62%)
Mutual labels:  geoip
MaxMind-DB-Reader-python
Python MaxMind DB reader extension
Stars: ✭ 131 (+403.85%)
Mutual labels:  geoip
dockerfile
A collection of dockerfile I use
Stars: ✭ 90 (+246.15%)
Mutual labels:  v2ray
overthefirewall
覆盖全平台完全免费节点订阅机场推荐破解VPN软件分享
Stars: ✭ 1,042 (+3907.69%)
Mutual labels:  v2ray
free
freefq账号已恢复,此号暂停使用!--翻墙、免费翻墙、免费科学上网、免费节点、免费梯子、免费ss/v2ray/trojan节点、蓝灯、谷歌商店、翻墙梯子
Stars: ✭ 280 (+976.92%)
Mutual labels:  v2ray
ip-location-db
ip to location database by ASN, GeoFeed, Whois, iptoasn.com, db-ip lite, GeoLite2
Stars: ✭ 160 (+515.38%)
Mutual labels:  geoip
nodejs-geoip2ws
Maxmind GeoIP2 Web Services for Node.js
Stars: ✭ 47 (+80.77%)
Mutual labels:  geoip
whereabouts
An HTTP service for mapping IPv4 and IPv6 addresses to cities, countries & continents
Stars: ✭ 16 (-38.46%)
Mutual labels:  geoip
locus
MMDB reader for geolocation and ASN lookup of IP addresses
Stars: ✭ 93 (+257.69%)
Mutual labels:  geoip
mmdbwriter
Go library for writing MaxMind DB (mmdb) files
Stars: ✭ 44 (+69.23%)
Mutual labels:  geoip
VPN
Personal vpn using v2ray and shadowsocks hosted on heroku
Stars: ✭ 154 (+492.31%)
Mutual labels:  v2ray
v2rayfree
免费公益v2ray节点订阅、最新免费v2ray节点订阅地址、免费v2ray节点每日更新、免费ss/v2ray/trojan节点、freefq
Stars: ✭ 352 (+1253.85%)
Mutual labels:  v2ray
v2hreo
Swift 联动 CGO 开发的 V2ray MacOS 菜单栏应用 ⚡️
Stars: ✭ 18 (-30.77%)
Mutual labels:  v2ray
MaxMind-DB-Reader-java
Java reader for the MaxMind DB format
Stars: ✭ 88 (+238.46%)
Mutual labels:  geoip
ss-v2ray-docker
Deprecated: please use https://hub.docker.com/r/mazy/ss-xray
Stars: ✭ 28 (+7.69%)
Mutual labels:  v2ray
v2ray
每日分享免费节点、免费机场、ssr节点、v2ray节点、v2ray订阅、clash节点、clash订阅、shadowrocket订阅、Quantumult X订阅、Clash .NET订阅、小火箭节点、小猫咪节点、免费翻墙、免费科学上网、免费梯子、免费trojan节点、蓝灯、谷歌商店、翻墙梯子、安卓VPN、iphone翻墙节点、iphone vpn、一键翻墙浏览器、节点分享、免费SSR、蓝灯、谷歌商店、V2ary免费节点、代理、proxy代理科学上网、TG代理、电报代理、Telegram代理、ip加速、翻墙软件、socks5、破解VPN、机场推荐、节点订阅、破解VPN
Stars: ✭ 525 (+1919.23%)
Mutual labels:  v2ray

没有说明(

npm i && npm run start

example rules

"rules": [{
      "type": "field",
      "ip": [
        "geoip:custom:reject",
        "geoip:surge:reject"
      ],
      "outboundTag": "reject"
    },
    {
      "type": "field",
      "domain": [
        "geosite:custom:reject",
        "geosite:surge:reject"
      ],
      "outboundTag": "reject"
    },
    {
      "type": "field",
      "ip": [
        "geoip:custom:direct",
        "geoip:surge:direct",
        "geoip:private"
      ],
      "outboundTag": "direct"
    },
    {
      "type": "field",
      "domain": [
        "geosite:custom:direct",
        "geosite:surge:direct",
        "geosite:gfwlist:direct",
        "geosite:cn"
      ],
      "outboundTag": "direct"
    },
    {
      "type": "field",
      "ip": [
        "geoip:custom:proxy",
        "geoip:surge:proxy"
      ],
      "outboundTag": "proxy"
    },
    {
      "type": "field",
      "domain": [
        "geosite:custom:proxy",
        "geosite:surge:proxy",
        "geosite:gfwlist:proxy"
      ],
      "outboundTag": "proxy"
    }
  ]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].