Feature: add custom DNS support (#56)

This commit is contained in:
Dreamacro
2018-12-05 21:13:29 +08:00
committed by GitHub
parent da5db36ccf
commit 03c249ecb1
23 changed files with 939 additions and 124 deletions

View File

@ -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 {