Browse Source

mention clearnet for ipv6 params

pull/67/head
orignal 2 years ago committed by GitHub
parent
commit
c68a9df011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/user-guide/configuration.md

4
docs/user-guide/configuration.md

@ -60,10 +60,10 @@ ifname | Network interface to bind to @@ -60,10 +60,10 @@ ifname | Network interface to bind to
ifname4 | Network interface to bind to for IPv4
ifname6 | Network interface to bind to for IPv6
address4 | Local address to bind to for IPv4
address6 | Local address to bind to for IPv6
address6 | Local address to bind to for clearnet IPv6
nat | If true, assume we are behind NAT. true by default
ipv4 | Enable communication through IPv4. true by default
ipv6 | Enable communication through IPv6. false by default
ipv6 | Enable communication through clearnet IPv6. false by default
notransit | Router will not accept transit tunnels, disabling transit traffic completely. false by default
floodfill | Router will be floodfill. false by default
bandwidth | Bandwidth limit: integer in KBps or letters: L (32), O (256), P (2048), X (>9000)

Loading…
Cancel
Save