This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Go Websocket binary proxy noVnc | |
| package main | |
| import ( | |
| "flag" | |
| "golang.org/x/net/websocket" | |
| "io" | |
| "log" | |
| "net" | |
| "net/http" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Encrypted password in sec.conf | |
| /secure passphrase <pass> | |
| /secure set bncpass <pass> | |
| # Default setting for all network | |