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

Command to run: ```sh cd outline-sdk CGO_ENABLED=1 go build -buildmode=c-shared ./x/examples/mobileproxy-clib ``` Header file output: ```c #include // uintptr_t typedef uintptr_t StreamDialer; typedef uintptr_t Proxy; extern StreamDialer NewStreamDialerFromConfig(char* config); extern...

**Note**: The code is still messy not ready for merge. I made this PR to discuss upcoming high-level changes to the testing approach and format for connectivity testing pursuant to...

This will let the backend know about the client's IP

H2 and H3 will allow for multiplexing and better performance. Options: - https://pkg.go.dev/nhooyr.io/websocket - https://pkg.go.dev/github.com/gorilla/websocket We are using https://pkg.go.dev/golang.org/x/net/websocket, which has limitations and is not well-maintained.

We are using https://pkg.go.dev/golang.org/x/net/websocket, which is poorly maintained. Better options are: - https://pkg.go.dev/github.com/gorilla/websocket - https://pkg.go.dev/nhooyr.io/websocket Ideally we would be able to support [Websockets over h2](https://datatracker.ietf.org/doc/html/rfc8441) and even h3, for multiplexing...

### Tags - Outline Connectivity Tester GUI app (Android) - Enhancement - WIP ### Overview I have been fiddling wih setup/configuration and exploring different ways to run the app for...

feature request
examples

I've built outline-cli from source as described in the readme, however, I get the following error when providing `ssconf://' argument: ``` failed to create OutlineDevice: config must start with 'ss://'...

feature request
tools

Hello, We have a server in China, and the server with Ubuntu is limited to access any global resource. So, is there any way to run outline client on Linux...

question
tools