Feature: add custom DNS support (#56)
This commit is contained in:
@ -13,9 +13,9 @@ import (
|
||||
var (
|
||||
allowLan = false
|
||||
|
||||
socksListener listener
|
||||
httpListener listener
|
||||
redirListener listener
|
||||
socksListener *socks.SockListener
|
||||
httpListener *http.HttpListener
|
||||
redirListener *redir.RedirListener
|
||||
)
|
||||
|
||||
type listener interface {
|
||||
|
Reference in New Issue
Block a user