Update README.md

This commit is contained in:
sump pump 2020-05-21 04:53:01 +00:00
parent 97ced23ed7
commit e7d581514a

View File

@ -28,8 +28,8 @@ You **MUST** specify these options, or Lixonet will not work.
## Non-required options:
#### Tinc options
* `tinc_bind_address` - The address that Tinc should bind to to _listen_ for incoming WAN-sided connections (i.e. 10.0.0.1). This is _not_ the tunnel IP.
* `tinc_connect_to` - A comma-separated list of well-known/pre-defined hosts to connect to (i.e. `denco_mane_lixo`). If not supplied, this is automatically set to all core routers that aren't yourself (`name`). Use this if you have an `eth1` that you _don't_ want to use for binding tinc to, and would prefer to bind tinc to `eth0` instead.
* `tinc_bind_address` - The address that Tinc should bind to to _listen_ for incoming WAN-sided connections (i.e. 10.0.0.1). This is _not_ the Lixonet router IP (i.e. 172.31.0.8). Use this if you have an `eth1` that you _don't_ want to use for binding tinc to, and would prefer to bind tinc exclusivley to `eth0` instead.
* `tinc_connect_to` - A comma-separated list of well-known/pre-defined hosts to connect to (i.e. `denco_mane_lixo`). If not supplied, this is automatically set to all core routers that aren't yourself (`name`).
#### Network options
* `global_prefix`: global network prefix: defaults to `16`.