replace xnet.Transport by xnet.Pipe
This commit is contained in:
@@ -193,7 +193,3 @@ func (r *IPRange) Parse(s string) error {
|
||||
func (r *IPRange) Contains(addr netip.Addr) bool {
|
||||
return !(addr.Less(r.Min) || r.Max.Less(addr))
|
||||
}
|
||||
|
||||
type ClientAddr interface {
|
||||
ClientAddr() net.Addr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user