Skip to content
This repository has been archived by the owner on Feb 23, 2018. It is now read-only.
/ ipcloak.rb Public archive

Elemental-ircd's IP/Host cloaking module ported to a ruby extension

License

Notifications You must be signed in to change notification settings

Xe/ipcloak.rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipcloak

This provides IP cloaking or scrambling tools for making it easier to allow bans by IP address made by moderators you don't trust with said IP addresses.

Usage:

require "ipcloak"

IPCloak::ip("8.8.8.8")
# => "8.8.l.u"

IPCloak::host("some-customer-subdomain.localisp.tld")
# => "ppan-bethxlos-byvyqcnpn.localisp.tld"