mullsox/sox.go

8 lines
111 B
Go

package mullsox
import "net/netip"
func GetSOCKS() (netip.AddrPort, error) {
return netip.AddrPort{}, nil
}