mirror of
https://github.com/JoelGMSec/EvilnoVNC.git
synced 2026-04-25 09:05:49 +03:00
[GH-ISSUE #38] Running behind a reverse proxy #33
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EvilnoVNC-JoelGMSec#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JackTheTripperr on GitHub (Aug 6, 2024).
Original GitHub issue: https://github.com/JoelGMSec/EvilnoVNC/issues/38
Hi Joel,
Is there a quick and easy way for me to configure this to be served over a different port so I could run a reverse proxy with nginx?
Thanks!
Jack
@JoelGMSec commented on GitHub (Aug 6, 2024):
Hi Jack!
1 - You don't need to use a reverse proxy to use the tool.
2 - You can do a NAT to change the external port if you use a VPS or similar, or you can even do it with SOCAT or SSH.
3 - You can also use all kinds of tunnels like Cloudflare, to offer it over HTTPS without having to modify anything.
Thanks for using EvilnoVNC! :)
@JackTheTripperr commented on GitHub (Aug 7, 2024):
Thanks Josh, appreciate the quick response!