We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5244e7 commit 1f9857bCopy full SHA for 1f9857b
1 file changed
intra/ipn/proxies.go
@@ -112,7 +112,6 @@ var (
112
errNoOpts = errors.New("proxy: no opts")
113
errNoAuto464XLAT = errors.New("auto: no 464xlat")
114
errNotPinned = errors.New("auto: another proxy pinned")
115
- errNoAutoSupport = errors.New("auto: unimplemented")
116
errInvalidAddr = errors.New("proxy: invaild ip:port")
117
errMissingProxyID = errors.New("proxy: missing proxy id")
118
errHopDefaultRoutes = errors.New("proxy: hop must route all ip4/ip6")
0 commit comments