mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
Validate UCI config for strelaysrv service. Switch instance name to strelaysrv. Signed-off-by: George Sapkin <george@sapk.in>
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
|
|
config strelaysrv 'strelaysrv'
|
|
option enabled '0'
|
|
option keys '/etc/strelaysrv'
|
|
option listen ':22067'
|
|
|
|
# More info: https://docs.syncthing.net/users/strelaysrv.html
|
|
# option ext_address ''
|
|
# option global_rate ''
|
|
# option message_timeout '1m0s'
|
|
# option nat_lease '60'
|
|
# option nat_renewal '30'
|
|
# option nat_timeout '10'
|
|
# option network_timeout '2m0s'
|
|
# option per_session_rate ''
|
|
# option ping_interval '1m0s'
|
|
# option pools ''
|
|
# option protocol 'tcp'
|
|
# option provided_by ''
|
|
# option status_srv ':22070'
|
|
# option token ''
|
|
|
|
# Running as 'root' is possible, but not recommended
|
|
# option user 'syncthing'
|
|
# option group 'syncthing'
|
|
|
|
# CLI options with no value should be defined as booleans
|
|
# option debug '0'
|
|
# option nat '0'
|
|
# option pprof '0'
|
|
|
|
# Advanced options. Modify at your own risk.
|
|
|
|
# More info: https://go.dev/doc/gc-guide#GOGC
|
|
# option gc '0'
|
|
|
|
# Max number of OS threads to use
|
|
# 0 to match the number of CPUs (default)
|
|
# >0 to explicitly specify concurrency
|
|
# option maxprocs '0'
|
|
|
|
# Soft memory limit in MB, 0 to disable
|
|
# option memlimit '0'
|