mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
udpxy: Simplify configuration.
This fixes https://dev.openwrt.org/ticket/16863. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
config udpxy
|
||||
option verbose '0'
|
||||
option status '1'
|
||||
option bind '0.0.0.0'
|
||||
# option bind '0.0.0.0'
|
||||
option port '4022'
|
||||
option source '0.0.0.0'
|
||||
option max_clients '3'
|
||||
option log_file '/var/log/udpxy'
|
||||
option buffer_size '2048'
|
||||
option buffer_messages '1'
|
||||
option buffer_time '1'
|
||||
option nice_increment '0'
|
||||
option mcsub_renew '0'
|
||||
# option source '0.0.0.0'
|
||||
# option max_clients '3'
|
||||
# option log_file '/var/log/udpxy'
|
||||
# option buffer_size '4096'
|
||||
# option buffer_messages '-1'
|
||||
# option buffer_time '-1'
|
||||
# option nice_increment '0'
|
||||
# option mcsub_renew '0'
|
||||
|
||||
Reference in New Issue
Block a user