mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
Fix acl engine not set in TUN server
This commit is contained in:
parent
284efce6db
commit
abfacebd40
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ func client(config *clientConfig) {
|
|||
if err != nil {
|
||||
logrus.WithField("error", err).Fatal("Failed to initialize TUN server")
|
||||
}
|
||||
tunServer.ACLEngine = aclEngine
|
||||
tunServer.RequestFunc = func(addr net.Addr, reqAddr string, action acl.Action, arg string) {
|
||||
logrus.WithFields(logrus.Fields{
|
||||
"action": actionToString(action, arg),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue