Tachyony
Created page with "local mSIPA_API = require('Module:Sensitive IP addresses/API') local yesno = require('Module:Yesno') local p = {} -- Strips a suffix from a CIDR string if the suffix is of a given bitLength. -- bitLength must be either 32 or 128. -- This is intended to allow CIDR strings to be represented as a single IP -- address if this can be done unambiguously. local function stripCIDRSuffix(cidr, bitLength) assert(bitLength == 32 or bitLength == 128, 'bitLength was not 32 or 128'..."