mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-08 10:10:12 +08:00
Chore: rename proxy Type() to Proto()
This commit is contained in:
@@ -121,7 +121,7 @@ func (e *Engine) setStack() error {
|
||||
log.Infof(
|
||||
"[STACK] %s://%s <-> %s://%s",
|
||||
e.device.Type(), e.device.Name(),
|
||||
e.proxy.Type(), e.proxy.Addr(),
|
||||
e.proxy.Proto(), e.proxy.Addr(),
|
||||
)
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user