diff --git a/README.md b/README.md index 33d0018..794f257 100644 --- a/README.md +++ b/README.md @@ -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`.