-
Notifications
You must be signed in to change notification settings - Fork 2
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
More "APPLICATION OPTIONS" #20
Comments
Dear @hugusmaximus, thanks for your questions and comments - sorry for the slow reply.
In the running-tlstunnel-as-unikernel, it has two IP stacks - one for the frontend / public service listen ( Given that you also would like to have a static (boot param / compile-time) mapping of sni -> host * port -- there can really be an easier unikernel that doesn't need persistent storage, neither a configuration interface. Is this something you'd like to use?
That sounds like a worthwhile option.
tlstunnel/unikernel/unikernel.ml Line 394 in c81e487
|
No worries, we all have life beyond computers... :-)
I was not really looking for this, I can just have a script adding the route automatically, but of course, I would appreciate that feature too, but not sure if anyone else would find it useful... the more stuff I can hard code, the better as I don't require anything else. A single binary also is very easy to harden in *nix environments (where for any reason no virtualization is possible) with kernel MAC policies (AppArmor, SELinux, Tomoyo, Smack, etc).
Yeah... some times you simply don't want HTTP at all... Best, |
Hi! I wonder if there's any plan to add more options to the current ones ( --configuration-port, --frontend-port, --key).
Specifically, I was looking for some way to change the listening IP for configuration something like " --configuration-ip", so I can change this to listen on some private or loopback IP not exposed to Internet (in example, 127.0.0.1).
Also, another nice APPLICATION OPTION would be to be able to change/disable the HTTP port, I mean, you may want to configure it on another port (i.e. 10080) or you may want to completely disable HTTP port (which is my case).
As I don't expect those features to be in the roadmap, would you kindly help me locate where in the code I can modify the default HTTP port (80) so I can change it?
Best,
The text was updated successfully, but these errors were encountered: