mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-14 17:49:15 -04:00
Refine unix domain socket (#367)
This commit is contained in:
@@ -138,7 +138,7 @@ func (h *Handler) RemoveUser(ctx context.Context, e string) error {
|
||||
|
||||
// Network implements proxy.Inbound.Network().
|
||||
func (*Handler) Network() []net.Network {
|
||||
return []net.Network{net.Network_TCP}
|
||||
return []net.Network{net.Network_TCP, net.Network_UNIX}
|
||||
}
|
||||
|
||||
// Process implements proxy.Inbound.Process().
|
||||
|
||||
Reference in New Issue
Block a user