mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 11:42:43 +08:00
Compare commits
2 Commits
871594b09f
...
700e731f80
Author | SHA1 | Date | |
---|---|---|---|
|
700e731f80 | ||
|
63f7182f2b |
|
@ -73,11 +73,11 @@ func (m TunnelMode) MarshalText() ([]byte, error) {
|
|||
func (m TunnelMode) String() string {
|
||||
switch m {
|
||||
case Global:
|
||||
return "global"
|
||||
return "GLOBAL"
|
||||
case Rule:
|
||||
return "rule"
|
||||
return "RULE"
|
||||
case Direct:
|
||||
return "direct"
|
||||
return "DIRECT"
|
||||
default:
|
||||
return "Unknown"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user