diff options
author | runge <runge> | 2005-03-05 01:06:05 +0000 |
---|---|---|
committer | runge <runge> | 2005-03-05 01:06:05 +0000 |
commit | b8b96689bf29ae1b2fca12a59be9196d6a2acb25 (patch) | |
tree | 040b06215c2d5141cf6a9a1bf4fe93524b7fcc43 /x11vnc/tkx11vnc | |
parent | 3c4522e67652d36162d007dce1dcd798562da5fb (diff) | |
download | libvncserver-b8b96689bf29ae1b2fca12a59be9196d6a2acb25.zip libvncserver-b8b96689bf29ae1b2fca12a59be9196d6a2acb25.tar.gz |
add '-listen ipaddr' option
Diffstat (limited to 'x11vnc/tkx11vnc')
-rwxr-xr-x | x11vnc/tkx11vnc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11vnc/tkx11vnc b/x11vnc/tkx11vnc index a592f5c..e43b73c 100755 --- a/x11vnc/tkx11vnc +++ b/x11vnc/tkx11vnc @@ -49,6 +49,7 @@ catch {rename send {}} # be the same after the remote command) # G means gui internal item # F means can be set via file browse +# D means for simple gui # -C:val1,... means it will be a checkbox (radio button) # the "-" means no other options follow # 0 means to skip the item. @@ -87,7 +88,7 @@ Clients vncconnect -- D =D http - =F httpdir: + httpdir: httpport: enablehttpproxy @@ -185,8 +186,9 @@ Permissions =SQA deny_all -- =DFP allow: - localhost + =D localhost =RA allowonce: + listen: -- D =RA noremote -- |