chore: rename routing final as fallback

This commit is contained in:
mzz2017
2023-02-18 03:01:51 +08:00
parent 914aec31a2
commit de08c7c861
11 changed files with 64 additions and 31 deletions

View File

@ -81,7 +81,7 @@ routing {
domain(geosite:netflix) -> netflix
ip(geoip:cn) -> direct
domain(geosite:cn) -> direct
final: my_group
fallback: my_group
}
`)
if err != nil {