Skip to content
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

Support persistent proxy mode #2

Closed
wants to merge 3 commits into from
Closed

Conversation

dnachev
Copy link

@dnachev dnachev commented Jun 3, 2023

In a normal nc a persistent proxy will look something like:

nc -lk -p 6000 -e nc <target> <target-port>

This works for wg-nc as well, but it has the downside that wireguard connections are negotiated every time and parallel wireguard connections with their own states, but shared credentials are a no-go.

To solve this, we introduce an all-in-one proxy mode, which listens and establish connections over single wireguard (user land) connection.

@dnachev
Copy link
Author

dnachev commented Jun 3, 2023

Sorry, wrong repository :(

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.

1 participant