Fix: tun2socks not lookup IP

This commit is contained in:
Dreamacro
2019-02-11 15:44:42 +08:00
parent 2383cca2ce
commit 1339487ce4
3 changed files with 9 additions and 5 deletions

View File

@ -50,7 +50,3 @@ func (m *Metadata) String() string {
func (m *Metadata) Valid() bool {
return m.Host != "" || m.IP != nil
}
func (m *Metadata) NeedLoopUpHost() bool {
return m.Source == REDIR
}