Deprecate dns_hijack and dns inbound

This commit is contained in:
世界
2022-07-23 09:15:47 +08:00
parent 9f8978bbcf
commit 884c0cf595
18 changed files with 50 additions and 83 deletions

View File

@@ -22,9 +22,9 @@ func NewBlock(logger log.ContextLogger, tag string) *Block {
return &Block{
myOutboundAdapter{
protocol: C.TypeBlock,
network: []string{C.NetworkTCP, C.NetworkUDP},
logger: logger,
tag: tag,
network: []string{C.NetworkTCP, C.NetworkUDP},
},
}
}