summaryrefslogtreecommitdiff
path: root/manifests/freenode.pp
blob: 623597d1070b4dbc5fa6027beabecea3be4582d8 (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 => 'frxleqtzgvwkv7oz.onion',
  }
}