1
0
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:
lucifer
2020-10-29 15:30:38 +08:00
committed by GitHub
parent f17063a08a
commit 770b994337
29 changed files with 542 additions and 195 deletions

View File

@@ -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().