mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-05 10:39:14 -04:00
Refine unix domain socket (#367)
This commit is contained in:
@@ -97,7 +97,7 @@ func (s *Server) RemoveUser(ctx context.Context, e string) error {
|
||||
|
||||
// Network implements proxy.Inbound.Network().
|
||||
func (s *Server) 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