0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-14 13:48:04 +00:00
packages/net/udpxy/files/udpxy.conf
Álvaro Fernández Rojas 40b59d3468 udpxy: rework init script and add disabled/respawn configs.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-27 22:21:51 +01:00

16 lines
369 B
Plaintext

config udpxy
option disabled '1'
option respawn '1'
option verbose '0'
option status '1'
# 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 '4096'
# option buffer_messages '-1'
# option buffer_time '-1'
# option nice_increment '0'
# option mcsub_renew '0'