2018-09-18 00:14:45 -04:00
|
|
|
|
|
|
|
## Defaults, these are only invoked with the -start option or if labeled tunnels
|
2018-09-19 12:08:20 -04:00
|
|
|
## are not present(samcatd instructions). **THESE** are the correct config files
|
|
|
|
## to use as defaults, and not the ones in ../sam-forwarder/tunnels.ini, which
|
|
|
|
## are used for testing settings availability only.
|
2018-09-18 00:14:45 -04:00
|
|
|
|
|
|
|
inbound.length = 3
|
2018-09-19 12:08:20 -04:00
|
|
|
outbound.length = 3
|
2019-05-18 10:43:57 -04:00
|
|
|
inbound.lengthVariance = 1
|
|
|
|
outbound.lengthVariance = 1
|
|
|
|
inbound.backupQuantity = 1
|
|
|
|
outbound.backupQuantity = 1
|
|
|
|
inbound.quantity = 2
|
|
|
|
outbound.quantity = 2
|
2018-09-18 00:14:45 -04:00
|
|
|
inbound.allowZeroHop = false
|
|
|
|
outbound.allowZeroHop = false
|
|
|
|
i2cp.encryptLeaseSet = false
|
|
|
|
gzip = true
|
|
|
|
i2cp.reduceOnIdle = true
|
2019-05-11 22:37:59 -04:00
|
|
|
i2cp.reduceIdleTime = 300000
|
2018-09-18 00:14:45 -04:00
|
|
|
i2cp.reduceQuantity = 2
|
|
|
|
i2cp.enableWhiteList = false
|
|
|
|
i2cp.enableBlackList = false
|
2019-05-11 15:37:32 -04:00
|
|
|
#keyfile = "/usr/share/samcatd/samcatd"
|
2018-09-18 00:14:45 -04:00
|
|
|
|
2019-05-12 10:52:18 -04:00
|
|
|
[sam-forwarder-tcp-server]
|
|
|
|
type = server
|
|
|
|
host = 127.0.0.1
|
2021-02-28 12:34:22 -05:00
|
|
|
port = 7669
|
2019-05-18 10:43:57 -04:00
|
|
|
inbound.length = 2
|
|
|
|
outbound.length = 2
|
2019-05-12 10:52:18 -04:00
|
|
|
keys = tcpserver
|
2018-09-18 00:14:45 -04:00
|
|
|
|
2019-05-12 10:52:18 -04:00
|
|
|
[sam-forwarder-tcp-client]
|
|
|
|
type = client
|
|
|
|
host = 127.0.0.1
|
|
|
|
port = 8082
|
2019-05-18 10:43:57 -04:00
|
|
|
inbound.length = 2
|
2019-05-12 10:52:18 -04:00
|
|
|
outbound.length = 3
|
|
|
|
destination = i2p-projekt.i2p
|
|
|
|
keys = tcpclient
|
2018-09-18 00:14:45 -04:00
|
|
|
|
2021-02-28 13:39:04 -05:00
|
|
|
[sam-forwarder-udp-server]
|
|
|
|
type = udpserver
|
|
|
|
host = 127.0.0.1
|
|
|
|
port = 8084
|
|
|
|
inbound.length = 3
|
|
|
|
outbound.length = 3
|
|
|
|
keys = udpserver
|
2018-12-04 10:55:17 -05:00
|
|
|
|
2021-02-28 13:39:04 -05:00
|
|
|
[sam-forwarder-udp-client]
|
|
|
|
type = udpclient
|
|
|
|
host = 127.0.0.1
|
|
|
|
port = 8083
|
|
|
|
inbound.length = 3
|
|
|
|
outbound.length = 3
|
|
|
|
destination = icdj5g5u4jwwyjoinucty223s2yrq6pzxcqfwmyrmkp7ssn2fjlq.b32.i2p
|
|
|
|
keys = udpclient
|
2019-05-11 22:37:59 -04:00
|
|
|
|
2019-05-12 10:52:18 -04:00
|
|
|
[sam-forwarder-tcp-http-server]
|
|
|
|
type = http
|
|
|
|
host = 127.0.0.1
|
|
|
|
port = 8085
|
|
|
|
inbound.length = 3
|
|
|
|
outbound.length = 3
|
|
|
|
keys = httpserver
|
2018-09-18 00:14:45 -04:00
|
|
|
|
2019-06-25 11:41:22 -04:00
|
|
|
#[sam-forwarder-tcp-http-client]
|
|
|
|
#type = httpclient
|
|
|
|
#host = 127.0.0.1
|
|
|
|
#port = 8086
|
|
|
|
#inbound.length = 3
|
|
|
|
#outbound.length = 3
|
|
|
|
#keys = proxy
|
2019-09-08 16:20:30 -04:00
|
|
|
|
|
|
|
[sam-forwarder-tcp-socks-outproxy]
|
2019-09-27 23:29:17 -04:00
|
|
|
type = client
|
2019-09-08 16:20:30 -04:00
|
|
|
host = 127.0.0.1
|
|
|
|
port = 8087
|
2019-09-27 23:29:17 -04:00
|
|
|
inbound.length = 2
|
2019-09-08 16:20:30 -04:00
|
|
|
outbound.length = 3
|
2019-09-27 23:29:17 -04:00
|
|
|
destination = 4oymiquy7qobjgx36tejs35zeqt24qpemsnzgtfeswmrw6csxbkq.b32.i2p
|
|
|
|
keys = tcpclient
|