diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2024-03-08 12:12:55 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2024-03-08 12:12:55 +0100 |
commit | c0c4a9ed0d3cd154de15a8bb0767e2d4e5f4900f (patch) | |
tree | 0641fb03061bd783a15d06633408da4aa7592e76 /docs/configuration/onion_federation.md | |
parent | 9fc6676d8c080dbd630434275363cc6536a35116 (diff) | |
parent | 139057f346f5903e0ed21ea91e7d43fd906fe914 (diff) | |
download | pleroma-c0c4a9ed0d3cd154de15a8bb0767e2d4e5f4900f.tar.gz pleroma-c0c4a9ed0d3cd154de15a8bb0767e2d4e5f4900f.zip |
Merge remote-tracking branch 'origin/develop' into instance-contact-account
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'docs/configuration/onion_federation.md')
-rw-r--r-- | docs/configuration/onion_federation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/onion_federation.md b/docs/configuration/onion_federation.md index 37673211a..8a8137251 100644 --- a/docs/configuration/onion_federation.md +++ b/docs/configuration/onion_federation.md @@ -29,7 +29,7 @@ HiddenServiceDir /var/lib/tor/pleroma_hidden_service/ HiddenServicePort 80 127.0.0.1:8099 HiddenServiceVersion 3 # Remove if Tor version is below 0.3 ( tor --version ) ``` -Restart Tor to generate an adress: +Restart Tor to generate an address: ``` systemctl restart tor@default.service ``` |