InterNestor Lite 2.2 with SOCKS5 client capability #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request modifies InterNestor Lite so that it can act as a SOCKS5 client. This allows using a proxy such as stunnel (particularly with the proposed extension for TLS) to provide wireless networking and/or support for TLS.
To configure InterNestor Lite to act as a SOCKS5 client these commands must be used:
Where
x1
is used to configure the server for regular TCP connections, andx2
is used to configure the server for TLS connections - thus, usingx2
adds indirect support for TLS connections to InterNestor . You can setup SOCKS for either type of connections or for both.It is possible to undo this configuration (so that InterNestor will stop acting as a SOCKS client) with
inl tcp x1 0
orinl tcp x2 0
.Alternatively, you can instruct InterNestor to do the configuration at install time by using a file named
inl.cfg
(in the same directory ofinl.com
) with this content:Good-to-knows and limitations:
tcp x2
.