mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #109] [CLOSED] Make VNC listen on 127.0.0.1 by default #427
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#427
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?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/109
Author: @nitmir
Created: 5/4/2016
Status: ❌ Closed
Base:
master← Head:local-vnc📝 Commits (2)
2c4a6e1For novnc, only need a tunnel to physical host if connhost is not localhostfd2dc12Make VNC listen by default only on 127.0.0.1 and add a checkbox on vncsettings to listen on 0.0.0.0📊 Changes
5 files changed (+53 additions, -3 deletions)
View changed files
📝
console/novncd(+2 -1)📝
instances/templates/instance.html(+19 -0)📝
instances/views.py(+11 -0)📝
vrtManager/create.py(+2 -2)📝
vrtManager/instance.py(+19 -0)📄 Description
Make VNC listen on 127.0.0.1 by default on instance creation. When add a checkbox on vncsettings to alow the user to choose to listen globally.
This is one way to fix #95
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.