forked from Freetz/freetz
-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update CHANGELOG help: official text remove useless Makefile.in fix .language remove CMDLINE, all 3 possible options are used defaults: remove whitespaces create also group for user remove startup spam message makefile: fix whitespoaces makefile: remove duplicates PKG_DIR is not needed since freetz-ng
- Loading branch information
Showing
12 changed files
with
32 additions
and
41 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
config FREETZ_PACKAGE_UVNCREPEATER | ||
bool "UVNC IPv4 repeater 014 (binary only)" | ||
bool "UltraVNC Repeater 014 - DEPRECATED" | ||
default n | ||
help | ||
A IPv4 only linux port of the UltraVNC | ||
Repeater. The Repeater acts like a | ||
proxy, sitting in the middle between | ||
the UltraVNC Server and Viewer. All | ||
data for the session is passed through | ||
the UltraVNC Repeater meaning that the | ||
UltraVNC Viewer and UltraVNC Server can | ||
both be behind a NAT firewall, without | ||
having to worry about forwarding ports | ||
or anything else (providing the Repeater | ||
is visible to both UltraVNC Viewer and | ||
UltraVNC Server). | ||
UltraVNC Repeater has two unique functions: | ||
Mode 1: | ||
Allows for connection to multiple servers (in listen mode), using only | ||
one port. All connection data flows through the repeater, allowing | ||
connection to multiple servers through a single port forward or tunnel. | ||
Mode 2: | ||
Allows both a Viewer and Server to connect together using the repeater | ||
as a PROXY. All connection data flows through the repeater, allowing | ||
both the server and viewer to be behind firewalls or routers. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ config EXTERNAL_FREETZ_PACKAGE_UVNCREPEATER | |
help | ||
externals the following file(s): | ||
/usr/bin/uvncrepeater | ||
|
This file contains 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
1 change: 0 additions & 1 deletion
1
make/pkgs/uvncrepeater/files/root/etc/default.uvncrepeater/uvncrepeater.cfg
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
export UVNCREPEATER_ENABLED="no" | ||
export UVNCREPEATER_CMDLINE="-d" |
This file contains 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
2 changes: 1 addition & 1 deletion
2
make/pkgs/uvncrepeater/files/root/etc/default.uvncrepeater/uvncrepeater_ini.def
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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