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

feature: multiple port mapping #138

Open
h0lm0 opened this issue Nov 1, 2024 · 0 comments
Open

feature: multiple port mapping #138

h0lm0 opened this issue Nov 1, 2024 · 0 comments

Comments

@h0lm0
Copy link

h0lm0 commented Nov 1, 2024

Hello,

I've been using Bore for a while, and it has simplified a lot of my tasks, thank you for that!

I just thought of a potential new feature: adding the ability to map multiple ports in a single command. I’m not sure about the best approach for this, but one option might be to allow for an input file that maps client and server ports, for example, an .ini file like this:

8080=80
4443=443

or toml file, etc

Here, 8080 and 4443 would be the local ports, and 80 and 443 the remote ports.
Do you think this might be feasible?

Thank you!

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

No branches or pull requests

1 participant