You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the Outline CLI references to the invalid version of Outline SDK.
If I run go run github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli@latest -transport "ss://<outline-server-access-key>" under the root I get the rrorr:
This commit hash works: go run github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli@7294484 -transport "ss://<outline-server-access-key> but https://www.dnsleaktest.com/ shows the dns leaks.
The text was updated successfully, but these errors were encountered:
Hi guys.
If I run
go run github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli@latest -transport "ss://<outline-server-access-key>"
under the root I get the rrorr:go: downloading github.com/Jigsaw-Code/outline-sdk v0.0.12-0.20240117212550-6cd87709dc1e
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/examples/outline-cli/outline_packet_proxy.go:21:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/examples/outline-cli/outline_device.go:24:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/examples/outline-cli/outline_packet_proxy.go:23:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/examples/outline-cli/outline_device.go:25:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/examples/outline-cli/outline_device.go:26:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/config/shadowsocks.go:25:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/config/config.go:25:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/config/config.go:26:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/config/tls.go:23:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/config/config.go:27:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
go run github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli@7294484 -transport "ss://<outline-server-access-key>
but https://www.dnsleaktest.com/ shows the dns leaks.The text was updated successfully, but these errors were encountered: