mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 16:08:07 +02:00
5240766a03
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3605 3c298f89-4303-0410-b956-a3cf2f4a3e73
18 lines
614 B
Plaintext
18 lines
614 B
Plaintext
config BR2_PACKAGE_VNCREPEATER
|
|
prompt "vncrepeater....................... UltraVNC repeater for Linux"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
select BR2_PACKAGE_UCLIBCXX
|
|
help
|
|
Viewer can be behind Nat router or directly connected to the internet
|
|
|
|
Instead of forwarding serveral ports, you only need to forward 1 port
|
|
|
|
If the PC that runs the Repeater has access to the local DNS server,
|
|
you can use your local DNS names instead of 10.10.10.12.
|
|
|
|
This could be handy when you have a dynamic DHCP server allocating
|
|
ip adresses for your PC.
|
|
|
|
http://ultravnc.sourceforge.net/addons/repeater.html
|