Added RPC key configuration option to manual
This commit is contained in:
parent
b5856a3706
commit
cc951dcb53
|
@ -112,6 +112,17 @@ shared_instance_port = 37428
|
||||||
instance_control_port = 37429
|
instance_control_port = 37429
|
||||||
|
|
||||||
|
|
||||||
|
# On systems where running instances may not have access
|
||||||
|
# to the same shared Reticulum configuration directory,
|
||||||
|
# it is still possible to allow full interactivity for
|
||||||
|
# running instances, by manually specifying a shared RPC
|
||||||
|
# key. In almost all cases, this option is not needed, but
|
||||||
|
# it can be useful on operating systems such as Android.
|
||||||
|
# The key must be specified as bytes in hexadecimal.
|
||||||
|
|
||||||
|
# rpc_key = e5c032d3ec4e64a6aca9927ba8ab73336780f6d71790
|
||||||
|
|
||||||
|
|
||||||
# You can configure Reticulum to panic and forcibly close
|
# You can configure Reticulum to panic and forcibly close
|
||||||
# if an unrecoverable interface error occurs, such as the
|
# if an unrecoverable interface error occurs, such as the
|
||||||
# hardware device for an interface disappearing. This is
|
# hardware device for an interface disappearing. This is
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -99,6 +99,17 @@ configuration file is created. The default configuration looks like this:
|
||||||
instance_control_port = 37429
|
instance_control_port = 37429
|
||||||
|
|
||||||
|
|
||||||
|
# On systems where running instances may not have access
|
||||||
|
# to the same shared Reticulum configuration directory,
|
||||||
|
# it is still possible to allow full interactivity for
|
||||||
|
# running instances, by manually specifying a shared RPC
|
||||||
|
# key. In almost all cases, this option is not needed, but
|
||||||
|
# it can be useful on operating systems such as Android.
|
||||||
|
# The key must be specified as bytes in hexadecimal.
|
||||||
|
|
||||||
|
# rpc_key = e5c032d3ec4e64a6aca9927ba8ab73336780f6d71790
|
||||||
|
|
||||||
|
|
||||||
# You can configure Reticulum to panic and forcibly close
|
# You can configure Reticulum to panic and forcibly close
|
||||||
# if an unrecoverable interface error occurs, such as the
|
# if an unrecoverable interface error occurs, such as the
|
||||||
# hardware device for an interface disappearing. This is
|
# hardware device for an interface disappearing. This is
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -307,6 +307,17 @@ configuration file is created. The default configuration looks like this:</p>
|
||||||
<span class="n">instance_control_port</span> <span class="o">=</span> <span class="mi">37429</span>
|
<span class="n">instance_control_port</span> <span class="o">=</span> <span class="mi">37429</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="c1"># On systems where running instances may not have access</span>
|
||||||
|
<span class="c1"># to the same shared Reticulum configuration directory,</span>
|
||||||
|
<span class="c1"># it is still possible to allow full interactivity for</span>
|
||||||
|
<span class="c1"># running instances, by manually specifying a shared RPC</span>
|
||||||
|
<span class="c1"># key. In almost all cases, this option is not needed, but</span>
|
||||||
|
<span class="c1"># it can be useful on operating systems such as Android.</span>
|
||||||
|
<span class="c1"># The key must be specified as bytes in hexadecimal.</span>
|
||||||
|
|
||||||
|
<span class="c1"># rpc_key = e5c032d3ec4e64a6aca9927ba8ab73336780f6d71790</span>
|
||||||
|
|
||||||
|
|
||||||
<span class="c1"># You can configure Reticulum to panic and forcibly close</span>
|
<span class="c1"># You can configure Reticulum to panic and forcibly close</span>
|
||||||
<span class="c1"># if an unrecoverable interface error occurs, such as the</span>
|
<span class="c1"># if an unrecoverable interface error occurs, such as the</span>
|
||||||
<span class="c1"># hardware device for an interface disappearing. This is</span>
|
<span class="c1"># hardware device for an interface disappearing. This is</span>
|
||||||
|
|
|
@ -99,6 +99,17 @@ configuration file is created. The default configuration looks like this:
|
||||||
instance_control_port = 37429
|
instance_control_port = 37429
|
||||||
|
|
||||||
|
|
||||||
|
# On systems where running instances may not have access
|
||||||
|
# to the same shared Reticulum configuration directory,
|
||||||
|
# it is still possible to allow full interactivity for
|
||||||
|
# running instances, by manually specifying a shared RPC
|
||||||
|
# key. In almost all cases, this option is not needed, but
|
||||||
|
# it can be useful on operating systems such as Android.
|
||||||
|
# The key must be specified as bytes in hexadecimal.
|
||||||
|
|
||||||
|
# rpc_key = e5c032d3ec4e64a6aca9927ba8ab73336780f6d71790
|
||||||
|
|
||||||
|
|
||||||
# You can configure Reticulum to panic and forcibly close
|
# You can configure Reticulum to panic and forcibly close
|
||||||
# if an unrecoverable interface error occurs, such as the
|
# if an unrecoverable interface error occurs, such as the
|
||||||
# hardware device for an interface disappearing. This is
|
# hardware device for an interface disappearing. This is
|
||||||
|
|
Loading…
Reference in New Issue