outline-sdk icon indicating copy to clipboard operation
outline-sdk copied to clipboard

SDK to build network tools based on Outline components.

Results 54 outline-sdk issues
Sort by recently updated
recently updated
newest added

this PR adds support for `ssconf` transport URL to Outline CLI. I was not sure what to do with the `prefix` field so just left it untouched. I was not...

This PR aims to introduces: 1. a systematic event-driven approach to collect connection traces that capture events such as establishment of TCP connection, successful read, write, DNS resolution, TLS handshake,...

Running ``` go run github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli@latest -transport "ss://" ``` Gives this error: ``` package github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli@latest: cannot use path@version syntax in GOPATH mode ``` Allowing it to run this syntax gives this...

question

System: Ubuntu 20.04.6 LTS When I attempt to run this: ```bash cd x/examples/ go build -o outline-cli -ldflags="-extldflags=-static" ./outline-cli ``` This is the output ```bash go: downloading github.com/Jigsaw-Code/outline-sdk v0.0.17-0.20240726212635-470a9290ec57 go:...