mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 14:40:06 +08:00
Rule to bypass TLD country domains
This commit is contained in:
parent
fb55430f67
commit
1b91ee85b1
@ -234,6 +234,13 @@ object ProfileManager {
|
||||
outbound = -1
|
||||
), false
|
||||
)
|
||||
createRule(
|
||||
RuleEntity(
|
||||
name = app.getString(R.string.route_bypass_domain, displayCountry),
|
||||
domains = "domain:$country",
|
||||
outbound = -1
|
||||
), false
|
||||
)
|
||||
createRule(
|
||||
RuleEntity(
|
||||
name = app.getString(R.string.route_bypass_ip, displayCountry),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user