107 lines
2.4 KiB
INI
107 lines
2.4 KiB
INI
|
|
## Defaults, these are only invoked with the -start option or if labeled tunnels
|
|
## 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.
|
|
|
|
inbound.length = 3
|
|
outbound.length = 3
|
|
inbound.lengthVariance = 0
|
|
outbound.lengthVariance = 0
|
|
inbound.backupQuantity = 3
|
|
outbound.backupQuantity = 3
|
|
inbound.quantity = 5
|
|
outbound.quantity = 5
|
|
inbound.allowZeroHop = false
|
|
outbound.allowZeroHop = false
|
|
i2cp.encryptLeaseSet = false
|
|
gzip = true
|
|
i2cp.reduceOnIdle = true
|
|
i2cp.reduceIdleTime = 300000
|
|
i2cp.reduceQuantity = 2
|
|
i2cp.enableWhiteList = false
|
|
i2cp.enableBlackList = false
|
|
#keyfile = "/usr/share/samcatd/samcatd"
|
|
|
|
#[sam-forwarder-tcp-server]
|
|
#type = server
|
|
#host = 127.0.0.1
|
|
#port = 8081
|
|
#inbound.length = 3
|
|
#outbound.length = 3
|
|
#keys = tcpserver
|
|
|
|
#[sam-forwarder-tcp-client]
|
|
#type = client
|
|
#host = 127.0.0.1
|
|
#port = 8082
|
|
#inbound.length = 3
|
|
#outbound.length = 3
|
|
#destination = i2p-projekt.i2p
|
|
#keys = tcpclient
|
|
|
|
#[sam-forwarder-udp-server]
|
|
#type = udpserver
|
|
#host = 127.0.0.1
|
|
#port = 8084
|
|
#inbound.length = 6
|
|
#outbound.length = 3
|
|
#keys = udpserver
|
|
|
|
#[sam-forwarder-udp-client]
|
|
#type = udpclient
|
|
#host = 127.0.0.1
|
|
#port = 8083
|
|
#inbound.length = 3
|
|
#outbound.length = 3
|
|
#destination = pointmeatatrealudpserveritwillbreakwithoutone.b32.i2p
|
|
#keys = udpclient
|
|
|
|
#[sam-forwarder-tcp-http-server]
|
|
#type = http
|
|
#host = 127.0.0.1
|
|
#port = 8085
|
|
#inbound.length = 3
|
|
#outbound.length = 3
|
|
#keys = httpserver
|
|
|
|
[sam-forwarder-tcp-http-client]
|
|
type = httpclient
|
|
host = 127.0.0.1
|
|
port = 8087
|
|
inbound.length = 3
|
|
outbound.length = 3
|
|
keys = proxy
|
|
|
|
#[sam-forwarder-vpn-server]
|
|
#type = udpserver
|
|
#host = 127.0.0.1
|
|
#port = 8084
|
|
#inbound.length = 2
|
|
#outbound.length = 2
|
|
#inbound.backupQuantity = 3
|
|
#outbound.backupQuantity = 3
|
|
#inbound.quantity = 5
|
|
#outbound.quantity = 5
|
|
#i2cp.reduceOnIdle = true
|
|
#i2cp.reduceIdleTime = 3000000
|
|
#i2cp.reduceQuantity = 2
|
|
#i2cp.closeOnIdle = false
|
|
#keys = i2pvpnserver
|
|
|
|
#[sam-forwarder-vpn-client]
|
|
#type = udpclient
|
|
#host = 127.0.0.1
|
|
#port = 8085
|
|
#inbound.length = 2
|
|
#outbound.length = 2
|
|
#inbound.backupQuantity = 3
|
|
#outbound.backupQuantity = 3
|
|
#inbound.quantity = 5
|
|
#outbound.quantity = 5
|
|
#i2cp.reduceOnIdle = true
|
|
#i2cp.reduceIdleTime = 3000000
|
|
#i2cp.reduceQuantity = 2
|
|
#destination = adestinationisrequiredorbespecifiedatruntime.i2p
|
|
#keys = i2pvpnclient
|