Skip to content

Enable native SOCKS support by default [Feature #20673] #11441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

znz
Copy link
Member

@znz znz commented Aug 23, 2024

Before:
Enable SOCKS support when configure with --enable-socks or make with SOCKS_SERVER environment variable.

After:
Enable SOCKS support when configure without --disable-socks.

Both:
Enabling SOCKS support needs socks library when make. (socks5, socksd, or socks)

@znz znz force-pushed the enable-socks-by-default branch from 80e9305 to 154cc72 Compare August 23, 2024 02:12
Before:
Enable SOCKS support when `configure` with `--enable-socks` or
`make` with `SOCKS_SERVER` environment variable.

After:
Enable SOCKS support when `configure` without `--disable-socks`.

Both:
Enabling SOCKS support needs socks library when `make`.
(socks5, socksd, or socks)
@znz znz force-pushed the enable-socks-by-default branch from 154cc72 to 7972fa3 Compare August 23, 2024 02:13
@hsbt
Copy link
Member

hsbt commented Sep 24, 2024

From https://bugs.ruby-lang.org/issues/20673

We would like to extract socks support from Ruby core in the future. We shouldn't enable this by default.

@hsbt hsbt closed this Sep 24, 2024
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.

2 participants