pull/55/head
V2Ray 2015-11-02 23:54:11 +01:00
parent 1a4405dbe1
commit 8fbb9762db
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ func (server *SocksServer) handleUDP(reader *v2net.TimeOutReader, writer io.Writ
case udpAddr.IsIPv6():
response.SetIPv6(udpAddr.IP())
case udpAddr.IsDomain():
response.SetDOmain(udpAddr.Domain())
response.SetDomain(udpAddr.Domain())
}
responseBuffer := alloc.NewSmallBuffer().Clear()