mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-09-11 02:44:32 +00:00
chore: log tun2socks internal warn as info
This commit is contained in:
@@ -112,7 +112,7 @@ func (s *Server) ListenAndServe() error {
|
||||
LinkEndpoint: dev,
|
||||
TransportHandler: s,
|
||||
PrintFunc: func(format string, v ...interface{}) {
|
||||
logrus.Warnf(format, v...)
|
||||
logrus.Infof(format, v...)
|
||||
},
|
||||
Options: nil,
|
||||
}
|
||||
|
Reference in New Issue
Block a user