Skip to content

Private exit node? #2042

Answered by majestrate
beardstack asked this question in Q&A
Discussion options

You must be logged in to vote

our docs are still kind of sparse but docs on setting up an exit can be found here:
https://github.com/oxen-io/lokinet/blob/dev/docs/exit-setup.md

to make it private you can either not share the .loki address and/or require an auth code in order to access.

to make your .loki address require an auth code use the following lokinet config snippet:

[network]
auth-type=file
auth-file=auth.txt

the file at /var/lib/lokinet/auth.txt will be checked for hashed passwords each time you try to authenticate with the .loki address. (make sure that file is readable by the _lokinet user)

passwords are using standard format done by a tool in apache2-utils called mkpasswd which will prompt you for a passw…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by beardstack
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants