Skip to content

feat: add proxy support#530

Open
JakkuSakura wants to merge 8 commits intosnapview:masterfrom
JakkuSakura:proxy-support
Open

feat: add proxy support#530
JakkuSakura wants to merge 8 commits intosnapview:masterfrom
JakkuSakura:proxy-support

Conversation

@JakkuSakura
Copy link

closes #177

const MAX_CONNECT_RESPONSE_SIZE: usize = 8192;

/// Proxy scheme supported by tungstenite.
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should support for sock4 be added?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't seen anyone using socks4. Do you know any?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is there any support for proxies?

2 participants