update information in exit-setup.md (#1441)

This commit is contained in:
Jeff 2020-11-02 08:17:06 -05:00 committed by GitHub
parent 8be7c46531
commit 92ddda96a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -1,10 +1,18 @@
to configure lokinet to be an exit add into `lokinet.ini` `[network]` section the following:
to configure lokinet to be an exit add into `lokinet.ini`:
[router]
min-connections=8
max-connections=16
[network]
exit=true
keyfile=/var/lib/lokinet/exit.private
reachable=1
ifaddr=10.0.0.1/16
hops=1
paths=8
post setup for exit (as root) given `eth0` is used to get to the internet: