tor: separate MapAddress directives to torrc.d with help from the include directive

This commit is contained in:
Aminda Suomalainen 2025-07-22 09:45:28 +03:00
parent 0a47772c40
commit 07f1033a7b
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 18 additions and 16 deletions

View File

@ -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

View 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