1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-03-12 05:11:06 +00:00

local sockets for I2PControl

This commit is contained in:
orignal 2025-03-07 11:17:59 -05:00 committed by GitHub
parent af7fa6b8db
commit 2712837f01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,8 +188,8 @@ i2cp.outboundlimit | Client outbound limit in KBps to return
Option | Description
-------------------------------------- | --------------------------------------
i2pcontrol.enabled | If I2P control is enabled. (default: false)
i2pcontrol.address | The address to listen on (I2P control service)
i2pcontrol.port | Port of I2P control service. Usually 7650. I2PControl is off if not specified
i2pcontrol.address | The address to listen on (IP or path to local socket)
i2pcontrol.port | Port of I2P control service. Usually 7650. If 0 i2pcontrol.address contains path to local socket
i2pcontrol.password | I2P control authentication password. (default: itoopie)
i2pcontrol.cert | I2P control HTTPS certificate file name. (default: i2pcontrol.crt.pem)
i2pcontrol.key | I2P control HTTPS certificate key file name. (default: i2pcontrol.key.pem)