diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-02-01 15:32:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-02-01 15:32:28 -0300 |
commit | c12e70f55c0c441cb0211a8f0cc88981d2b5a724 (patch) | |
tree | a0524c5d4fec7eba524b8bae9a0bb16451b14aa7 /manifests/oftc.pp | |
parent | 4b332c70cfe6fba2513ba26aad37ab61092a7fac (diff) | |
download | puppet-onion-c12e70f55c0c441cb0211a8f0cc88981d2b5a724.tar.gz puppet-onion-c12e70f55c0c441cb0211a8f0cc88981d2b5a724.tar.bz2 |
Feat: adds onion::liberachat and onion::oftc
Diffstat (limited to 'manifests/oftc.pp')
-rw-r--r-- | manifests/oftc.pp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/oftc.pp b/manifests/oftc.pp new file mode 100644 index 0000000..8e87fa4 --- /dev/null +++ b/manifests/oftc.pp @@ -0,0 +1,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', + } +} |