This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
57 changed files
with
1,652 additions
and
966 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
[ | ||
{ | ||
"remarks": "Bypassing bittorrent", | ||
"outboundTag": "direct", | ||
"protocol": [ | ||
"bittorrent" | ||
] | ||
}, | ||
{ | ||
"remarks": "Google cn", | ||
"outboundTag": "proxy", | ||
"domain": [ | ||
"domain:googleapis.cn", | ||
"domain:gstatic.com" | ||
] | ||
}, | ||
{ | ||
"remarks": "Block udp443", | ||
"outboundTag": "block", | ||
"port": "443", | ||
"network": "udp" | ||
}, | ||
{ | ||
"remarks": "Block ads", | ||
"outboundTag": "block", | ||
"domain": [ | ||
"geosite:category-ads-all" | ||
] | ||
}, | ||
{ | ||
"remarks": "Bypass LAN domain name", | ||
"outboundTag": "direct", | ||
"domain": [ | ||
"geosite:private" | ||
] | ||
}, | ||
{ | ||
"remarks": "Bypass LAN IP", | ||
"outboundTag": "direct", | ||
"ip": [ | ||
"geoip:private" | ||
] | ||
}, | ||
{ | ||
"remarks": "Proxy GFW", | ||
"outboundTag": "proxy", | ||
"domain": [ | ||
"geosite:gfw", | ||
"geosite:greatfire" | ||
] | ||
}, | ||
{ | ||
"remarks": "Agent for Google, etc.", | ||
"outboundTag": "proxy", | ||
"ip": [ | ||
"1.0.0.1", | ||
"1.1.1.1", | ||
"8.8.8.8", | ||
"8.8.4.4", | ||
"geoip:facebook", | ||
"geoip:fastly", | ||
"geoip:google", | ||
"geoip:netflix", | ||
"geoip:telegram", | ||
"geoip:twitter" | ||
] | ||
}, | ||
{ | ||
"remarks": "Final direct connection", | ||
"port": "0-65535", | ||
"outboundTag": "direct" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[ | ||
{ | ||
"remarks": "Block udp443", | ||
"outboundTag": "block", | ||
"port": "443", | ||
"network": "udp" | ||
}, | ||
{ | ||
"remarks": "Block ads", | ||
"outboundTag": "block", | ||
"domain": [ | ||
"geosite:category-ads-all" | ||
] | ||
}, | ||
{ | ||
"remarks": "Bypass LAN domain name", | ||
"outboundTag": "direct", | ||
"domain": [ | ||
"geosite:private" | ||
] | ||
}, | ||
{ | ||
"remarks": "Bypass LAN IP", | ||
"outboundTag": "direct", | ||
"ip": [ | ||
"geoip:private" | ||
] | ||
}, | ||
{ | ||
"remarks": "Final Agent", | ||
"port": "0-65535", | ||
"outboundTag": "proxy" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
[ | ||
{ | ||
"remarks": "Google cn", | ||
"outboundTag": "proxy", | ||
"domain": [ | ||
"domain:googleapis.cn", | ||
"domain:gstatic.com" | ||
] | ||
}, | ||
{ | ||
"remarks": "Block udp443", | ||
"outboundTag": "block", | ||
"port": "443", | ||
"network": "udp" | ||
}, | ||
{ | ||
"remarks": "Block ads", | ||
"outboundTag": "block", | ||
"domain": [ | ||
"geosite:category-ads-all" | ||
] | ||
}, | ||
{ | ||
"remarks": "Bypass LAN domain name", | ||
"outboundTag": "direct", | ||
"domain": [ | ||
"geosite:private" | ||
] | ||
}, | ||
{ | ||
"remarks": "Bypass LAN IP", | ||
"outboundTag": "direct", | ||
"ip": [ | ||
"geoip:private" | ||
] | ||
}, | ||
{ | ||
"remarks": "Bypass Chinese Domain Names", | ||
"outboundTag": "direct", | ||
"domain": [ | ||
"domain:dns.alidns.com", | ||
"domain:doh.pub", | ||
"domain:dot.pub", | ||
"domain:doh.360.cn", | ||
"domain:dot.360.cn", | ||
"geosite:cn", | ||
"geosite:geolocation-cn" | ||
] | ||
}, | ||
{ | ||
"remarks": "Bypass Chinese IP", | ||
"outboundTag": "direct", | ||
"ip": [ | ||
"223.5.5.5/32", | ||
"223.6.6.6/32", | ||
"2400:3200::1/128", | ||
"2400:3200:baba::1/128", | ||
"119.29.29.29/32", | ||
"1.12.12.12/32", | ||
"120.53.53.53/32", | ||
"2402:4e00::/128", | ||
"2402:4e00:1::/128", | ||
"180.76.76.76/32", | ||
"2400:da00::6666/128", | ||
"114.114.114.114/32", | ||
"114.114.115.115/32", | ||
"180.184.1.1/32", | ||
"180.184.2.2/32", | ||
"101.226.4.6/32", | ||
"218.30.118.6/32", | ||
"123.125.81.6/32", | ||
"140.207.198.6/32", | ||
"geoip:cn" | ||
] | ||
}, | ||
{ | ||
"remarks": "Final Agent", | ||
"port": "0-65535", | ||
"outboundTag": "proxy" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package com.neko.v2ray.dto | ||
|
||
data class RulesetItem( | ||
var remarks: String? = "", | ||
var ip: List<String>? = null, | ||
var domain: List<String>? = null, | ||
var outboundTag: String = "", | ||
var port: String? = null, | ||
var network: String? = null, | ||
var protocol: List<String>? = null, | ||
var enabled: Boolean = true, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.