Mercurial > prosody-modules
comparison mod_onions/README.markdown @ 5132:36b5677b9648
mod_onions: Fix URL and linkify it.
author | Martin Dosch <martin@mdosch.de> |
---|---|
date | Sun, 08 Jan 2023 13:17:41 +0100 |
parents | 4d73a1a6ba68 |
children |
comparison
equal
deleted
inserted
replaced
5131:82e7251d4f52 | 5132:36b5677b9648 |
---|---|
11 as a Tor hidden service. Running Prosody on a hidden service works | 11 as a Tor hidden service. Running Prosody on a hidden service works |
12 without this module, this module is only necessary to allow Prosody to | 12 without this module, this module is only necessary to allow Prosody to |
13 federate to hidden XMPP servers. | 13 federate to hidden XMPP servers. |
14 | 14 |
15 For general info about creating a hidden service, see | 15 For general info about creating a hidden service, see |
16 https://www.torproject.org/docs/tor-hidden-service.html.en. | 16 [https://community.torproject.org/onion-services/setup/](https://community.torproject.org/onion-services/setup/). |
17 | 17 |
18 Usage | 18 Usage |
19 ===== | 19 ===== |
20 | 20 |
21 This module depends on the bit32 Lua library. | 21 This module depends on the bit32 Lua library. |