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

@ -53,7 +53,7 @@ const (
MatchType_IpVersion
MatchType_Mac
MatchType_ProcessName
MatchType_Final
MatchType_Fallback
)
type OutboundIndex uint8

View File

@ -21,5 +21,5 @@ const (
Function_Mac = "mac"
Function_ProcessName = "pname"
Declaration_Final = "final"
Declaration_Fallback = "fallback"
)