-
I have integrated mobile proxy to our android app. It seems to work. But can i add specific outline server to the mobile proxy ? If the app connect through other http2transport proxy, can this proxy blocked by other ? |
Beta Was this translation helpful? Give feedback.
Answered by
fortuna
Jan 21, 2025
Replies: 1 comment
-
Yes, you can use a Static configuration with a ss:// link to connect to an Outline Server: You'd create a dialer like val dialer = StreamDialer("ss://[email protected]:4321") |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fortuna
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can use a Static configuration with a ss:// link to connect to an Outline Server:
https://github.com/Jigsaw-Code/outline-sdk/tree/main/x/mobileproxy#using-static-transport-configuration
You'd create a dialer like