reflect restricted rpc port in wownero.conf

This commit is contained in:
wow nero 2022-05-04 10:02:42 +00:00
parent 7412b75d42
commit 9efbb8896c
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ Type `help` in CLI wallet to see standard commands (for advanced options, type `
add the following: add the following:
``` ```
HiddenServiceDir /var/lib/tor/wownero/ HiddenServiceDir /var/lib/tor/wownero/
HiddenServicePort 34568 127.0.0.1:34568 HiddenServicePort 34569 127.0.0.1:34569
HiddenServicePort 34566 127.0.0.1:34566 HiddenServicePort 34566 127.0.0.1:34566
HiddenServiceVersion 3 HiddenServiceVersion 3
``` ```