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

@ -15,6 +15,7 @@ const (
HTTP SourceType = iota
SOCKS
REDIR
)
type NetWork int