Rule to bypass TLD country domains

This commit is contained in:
turikhay 2024-02-08 00:32:32 +03:00
parent fb55430f67
commit 1b91ee85b1

View File

@ -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),