Skip to content

Comments

[ADD] virtual_iface/tcp: remote port forwarding logic#99

Open
loouis-t wants to merge 1 commit intoaramperes:masterfrom
loouis-t:master-remote-argument-logic
Open

[ADD] virtual_iface/tcp: remote port forwarding logic#99
loouis-t wants to merge 1 commit intoaramperes:masterfrom
loouis-t:master-remote-argument-logic

Conversation

@loouis-t
Copy link

@loouis-t loouis-t commented May 20, 2025

Implements remote TCP port forwarding using previously added config parsing (73671a4).

Resolves #6 by listening on a specified virtual IP/port and forwarding incoming connections to a local service.

Example: --source-peer-ip 10.10.10.10 --remote 8080:127.0.0.1:49369 forwards 10.10.10.10:8080 to 127.0.0.1:49369.

@loouis-t loouis-t force-pushed the master-remote-argument-logic branch from 5bf39ee to 728853d Compare May 20, 2025 09:41
Implements remote TCP port forwarding using previously added config parsing (#73671a4).

Resolves aramperes#6 by listening on a specified virtual IP/port and forwarding incoming connections
to a local service.

Example: `--source-peer-ip 10.10.10.10 --remote 8080:127.0.0.1:49369` forwards
`10.10.10.10:8080` to `127.0.0.1:49369`.
@loouis-t loouis-t force-pushed the master-remote-argument-logic branch from 728853d to 543a01d Compare May 20, 2025 14:01
@loouis-t
Copy link
Author

Hello @aramperes, I implemented the "remote port forwarding" that was discussed in #6, could you have a look at it ? 😄

@aramperes
Copy link
Owner

Hi, thank you for the PR! I reviewed it briefly and it looks good, I'm going to give it a try locally when I have some time.

@loouis-t
Copy link
Author

Hi, thank you for the PR! I reviewed it briefly and it looks good, I'm going to give it a try locally when I have some time.

Thank's !

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.

Add support for "reverse" forwarding (server listening on local)

2 participants