We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bcf44 commit 74cabd7Copy full SHA for 74cabd7
1 file changed
intra/ipn/proxies.go
@@ -676,7 +676,7 @@ func (px *proxifier) GetProxy(id string) (x.Proxy, error) {
676
// TestHop implements Proxies.
677
func (px *proxifier) TestHop(via, origin string) string {
678
defer core.Recover(core.Exit11, "pxr.TestHop."+via+">>"+origin)
679
- if err := px.hop(origin, via, true /*dryrun*/); err != nil {
+ if err := px.hop(via, origin, true /*dryrun*/); err != nil {
680
return err.Error()
681
}
682
return "" // all ok
0 commit comments