diff --git a/app/src/main/java/io/nekohasekai/sagernet/database/ProfileManager.kt b/app/src/main/java/io/nekohasekai/sagernet/database/ProfileManager.kt index 0c2a4a5..972256d 100644 --- a/app/src/main/java/io/nekohasekai/sagernet/database/ProfileManager.kt +++ b/app/src/main/java/io/nekohasekai/sagernet/database/ProfileManager.kt @@ -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),