-
Notifications
You must be signed in to change notification settings - Fork 74
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
Make Proxy and Funnel port configurable #277
Make Proxy and Funnel port configurable #277
Conversation
9105408
to
8a64752
Compare
Finally moved all non port related code into the #273 PR, because now it's much clearer which service and PR does what. |
8a64752
to
fdf1524
Compare
Rebased it, and ready to review. |
c0c7332
to
278d907
Compare
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions. |
Not stale, decision is to be made:
|
278d907
to
f6853db
Compare
I actually think we need to move this to an add-on option, which also allows us to guard that the port number is in one of the accepted ones. I feel like this is a bit too much abusing a port feature that was not meant for this usecase (and allows for any port, even if it doesn't make sense). ../Frenck |
We should never expose that. |
f6853db
to
5a4a3f0
Compare
I've used Issues:
Otherwise ready to review. |
Hmm right, the list is considered a list of strings by the SU. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's see how it behaves. Thanks, @lmagyar 👍
../Frenck
Wait, wait! We can use a regex! |
Give me a few minutes to test it. |
Proposed Changes
Also made the port configurable. Proxy and Funnel are using the same port, so making 2 port configs and dropping the current
proxy: bool?
andfunnel: bool?
configs can't be done. So 443 by default is configured as port, but this won't start proxy or funnel automatically.Related Issues
fixes #276