Revision history of "Module:Sensitive IP addresses/summary"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 02:58, 15 January 2022Tachyony talk contribs 3,356 bytes +3,356 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'..."