| alias | |
|---|---|
| tag | IT/cybersecurity CodeNotebook |
TODO: basic browser usage
TODO: write config hint for setting up a node
code hereand install keyring for auto-updating those keys
apt install tor deb.torproject.org-keyringConfig file is located at /set/tor/torrc
ORPort, DirPort, Control port + nyx
To apply setting:
systemctl restart torand enjoy!
Hidden service settings
HiddenServiceDir /var/lib/tor/service1/
HiddenServiceVersion 3
HiddenServicePort 443 127.0.0.1:443
HiddenServiceNonAnonymousMode 1
HiddenServiceSingleHopMode 1
SafeLogging 1To apply setting:
systemctl restart torand enjoy!
Add the following into server { ... } block in Nginx (or alternative webserver):
add_header Alt-Svc
'h2="2tjcxjzxgql6wilo3bu777pkvigx2wqwauxf7lyvvmsotjgrqiwwg7id.onion:443";
ma=86400;
persist=1';- h2 - hostname (url address)
- ma - max age in seconds
- persists - "persist indicates whether alternative service cache should be cleared when the network is interrupted."
Finish by reloading your server and enjoy!
systemctl reload nginx- Official tor website
- some other sos
- Kenny vid#1
- Kenny vid#2
- Guide on .onion forward
- Vanity url tutorial