mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-07-27 00:47:20 +02:00
tor: separate MapAddress directives to torrc.d with help from the include directive
This commit is contained in:
parent
0a47772c40
commit
07f1033a7b
@ -34,22 +34,8 @@ ClientUseIPv6 1
|
||||
# in a DS network preventing Tor over IPv4.
|
||||
ClientPreferIPv6ORPort 1
|
||||
|
||||
## Mapping clearnet domains to onions for certificate validation if
|
||||
## accessed through Tor
|
||||
# My personal server, most likely used for IRC
|
||||
MapAddress etro.mikaela.info otzmigofmchtadpek223bkmrzqoa6mmvhmr5dxqurcrtwalizfibuxid.onion
|
||||
# I setup this being operator, also on MOTD
|
||||
MapAddress irc.pirateirc.net cbmtec5xuhpjwjq245kpp5jk2wij63ydgu5vwbxvdamzibfubc5uzaqd.onion
|
||||
# https://liberta.casa/ confirmed from oper
|
||||
MapAddress irc.liberta.casa cr36xbvmgjwnfw4sly4kuc6c3ozhesjre3y5pggq5xdkkmbrq6dz4fad.onion
|
||||
# Ergo IRCd's home, confirmed from channel
|
||||
MapAddress irc.ergo.chat vrw7zcuarwx4oeju3iikiz3jffrvuijsysyznqf53mxizxrebomfnrid.onion
|
||||
# Heard from staffer, also https://libera.chat/guides/connect#verifying-tor-tls-connections
|
||||
MapAddress palladium.libera.chat libera75jm6of4wxpxt4aynol3xjmbtxgfyjpu34ss4d7r7q2v5zrpyd.onion
|
||||
# https://www.oftc.net/Tor/
|
||||
MapAddress irc.oftc.net oftcnet6xg6roj6d7id4y4cu6dchysacqj2ldgea73qzdagufflqxrid.onion
|
||||
# From operator and their MOTD
|
||||
MapAddress irc.hybridirc.com xtciv7bmnkb5afqsryowaejcerqmajsginkhkgtq6heiehu2ig7gdkid.onion
|
||||
# MapAddress directives have been thrown to a dedicated file
|
||||
%include /etc/torrc.d/mapaddress.conf
|
||||
|
||||
# Disable control access
|
||||
#ControlPort 0
|
||||
|
16
etc/tor/torrc.d/mapaddress.conf
Normal file
16
etc/tor/torrc.d/mapaddress.conf
Normal file
@ -0,0 +1,16 @@
|
||||
## Mapping clearnet domains to onions for certificate validation if
|
||||
## accessed through Tor
|
||||
# My personal server, most likely used for IRC
|
||||
MapAddress etro.mikaela.info otzmigofmchtadpek223bkmrzqoa6mmvhmr5dxqurcrtwalizfibuxid.onion
|
||||
# I setup this being operator, also on MOTD
|
||||
MapAddress irc.pirateirc.net cbmtec5xuhpjwjq245kpp5jk2wij63ydgu5vwbxvdamzibfubc5uzaqd.onion
|
||||
# https://liberta.casa/ confirmed from oper
|
||||
MapAddress irc.liberta.casa cr36xbvmgjwnfw4sly4kuc6c3ozhesjre3y5pggq5xdkkmbrq6dz4fad.onion
|
||||
# Ergo IRCd's home, confirmed from channel
|
||||
MapAddress irc.ergo.chat vrw7zcuarwx4oeju3iikiz3jffrvuijsysyznqf53mxizxrebomfnrid.onion
|
||||
# Heard from staffer, also https://libera.chat/guides/connect#verifying-tor-tls-connections
|
||||
MapAddress palladium.libera.chat libera75jm6of4wxpxt4aynol3xjmbtxgfyjpu34ss4d7r7q2v5zrpyd.onion
|
||||
# https://www.oftc.net/Tor/
|
||||
MapAddress irc.oftc.net oftcnet6xg6roj6d7id4y4cu6dchysacqj2ldgea73qzdagufflqxrid.onion
|
||||
# From operator and their MOTD
|
||||
MapAddress irc.hybridirc.com xtciv7bmnkb5afqsryowaejcerqmajsginkhkgtq6heiehu2ig7gdkid.onion
|
Loading…
x
Reference in New Issue
Block a user