summaryrefslogtreecommitdiff
path: root/manifests/freenode.pp
blob: 0e1e4620edbc132669116e5fde2ccd3e4084d4ce (plain)
1
2
3
4
5
6
7
8
9
10
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',
  }
}