Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KafuuChinoQ/V2RayGeoKit
https://github.com/KafuuChinoQ/V2RayGeoKit
geoip geosite v2ray
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/KafuuChinoQ/V2RayGeoKit
- Owner: KafuuChinoQ
- License: mit
- Created: 2017-12-22T10:18:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T06:43:08.000Z (over 6 years ago)
- Last Synced: 2024-08-03T17:12:26.591Z (5 months ago)
- Topics: geoip, geosite, v2ray
- Language: JavaScript
- Size: 1.49 MB
- Stars: 25
- Watchers: 3
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - KafuuChinoQ/V2RayGeoKit - (JavaScript)
README
没有说明(
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"
}
]
```