Documented I2PControl support for changing listen address of the I2PControl instance.
This commit is contained in:
@@ -65,13 +65,17 @@ Response:
|
||||
</ul>
|
||||
<ul>I2PControl – Manages I2PControl. Ports, passwords and the like.
|
||||
<ul>Request
|
||||
<li>*i2pcontrol.address – [String] Sets a new listen address for I2PControl.</li>
|
||||
<li>*i2pcontrol.password – [String] Sets a new password for I2PControl, all Authentication tokens will be revoked.</li>
|
||||
<li>*i2pcontrol.port – [String] Switches which port I2PControl will listen for connections on.</li>
|
||||
<li>Token – [String] Token used for authenticating the client. Is provided by the server via the 'Authenticate' RPC method.</li>
|
||||
</ul>
|
||||
<ul>Response
|
||||
<li>**i2pcontrol.address – [null] Returned if address was changed</li>
|
||||
<li>**i2pcontrol.password – [null] Returned if setting was changed</li>
|
||||
<li>**i2pcontrol.port – [null] Returned if setting was changed</li>
|
||||
<li>SettingsSaved – [Boolean] Returns true if any changes were made.</li>
|
||||
<li>RestartNeeded – [Boolean] Returns true if any changes requiring a restart to take effect were made.</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<ul>RouterInfo – Fetches basic information about hte I2P router. Uptime, version etc.
|
||||
|
Reference in New Issue
Block a user