blob: 8e87fa43078781c2e5b1c5111864ac656bd6ecf2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
class onion::oftc inherits onion::socks {
# OFTC via Tor
# See https://libera.chat/guides/connect#accessing-liberachat-via-tor
# https://www.oftc.net/Tor/
tor::daemon::map_address { 'oftc':
#address => '10.50.50.50',
address => 'irc.oftc.net',
newaddress => 'oftcnet6xg6roj6d7id4y4cu6dchysacqj2ldgea73qzdagufflqxrid.onion',
}
}
|