aboutsummaryrefslogtreecommitdiff
path: root/utils/syncthing/files/strelaysrv.conf
blob: 56ac299ff58bc14be4b2a14330c4f5da08060d3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
config strelaysrv 'strelaysrv'
	option enabled '0'
	option keys '/etc/strelaysrv'
	option listen ':22067'

	# # Find the documents from: 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'

	# # CLI options with no value should be defined as booleans and theirs
	# # names should be prefixed with '_'.
	# option _debug '0'
	# option _nat '0'