summaryrefslogtreecommitdiff
path: root/manifests/freenode.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-12 17:12:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-12 17:12:53 -0300
commite7db0ea316fb9bf2c7ae5792a447697a561d839d (patch)
tree0311a4a205e4908d29f5d1536903efdba0454fc3 /manifests/freenode.pp
downloadpuppet-onion-e7db0ea316fb9bf2c7ae5792a447697a561d839d.tar.gz
puppet-onion-e7db0ea316fb9bf2c7ae5792a447697a561d839d.tar.bz2
Initial import
Diffstat (limited to 'manifests/freenode.pp')
-rw-r--r--manifests/freenode.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/freenode.pp b/manifests/freenode.pp
new file mode 100644
index 0000000..0e1e462
--- /dev/null
+++ b/manifests/freenode.pp
@@ -0,0 +1,11 @@
+class onion::freenode inherits onion::socks {
+ # Freenode via Tor
+ # http://freenode.net/irc_servers.shtml
+ # http://pthree.org/2010/01/31/freenode-ssl-and-sasl-authentication-with-irssi/
+ # http://freenode.net/sasl/sasl-irssi.shtml
+ # https://wiki.archlinux.org/index.php/Tor
+ tor::daemon::map_address { 'freenode':
+ address => '10.40.40.40',
+ newaddress => 'p4fsi4ockecnea7l.onion',
+ }
+}