hysteria/extras/protect/protect.go
HystericalDragon 03c8b5e6b9
feat: support Android protect path
about: 1ac9d4956b

Signed-off-by: HystericalDragon <HystericalDragons@proton.me>
2024-04-03 18:09:40 +08:00

9 lines
200 B
Go

// Package protect set VPN protect for every conns to bypass route.
package protect
import (
"net"
)
// ListenUDPFunc listen UDP with VPN protect.
type ListenUDPFunc func() (net.PacketConn, error)