Add Afghanistan region

This commit is contained in:
problematicconsumer
2023-12-28 18:15:59 +03:30
parent f5df3d12da
commit ef4f41a08b
7 changed files with 14 additions and 0 deletions

View File

@@ -65,6 +65,13 @@ class ConfigOptionRepositoryImpl
outbound: RuleOutbound.bypass,
),
],
Region.af => [
const SingboxRule(
domains: "domain:.af,geosite:af",
ip: "geoip:af",
outbound: RuleOutbound.bypass,
),
],
_ => <SingboxRule>[],
};