Skip to content

Commit

Permalink
fix: geoip may not works
Browse files Browse the repository at this point in the history
  • Loading branch information
purofle committed Mar 6, 2024
1 parent b46dbc8 commit 9858ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/moe/matsuri/nb4a/SingBoxOptionsUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ fun SingBoxOptions.Rule_DefaultOptions.makeSingBoxRule(list: List<String>, isIP:
if (isIP) {
if (it.startsWith("geoip:")) {
rule_set.plusAssign(it)
rule_set_ipcidr_match_source = true
rule_set_ipcidr_match_source = false
} else {
ip_cidr.plusAssign(it)
}
Expand Down

0 comments on commit 9858ce4

Please sign in to comment.