Jump to content

Module:Sensitive IP addresses/list

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mr. Stradivarius (talk | contribs) at 03:44, 24 July 2016 (start making the sensitive IP list). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

return {
	--[=[
	{
		name = 'Entity name',                                   -- required
		description = 'A description of the entity',            -- optional
		reason = 'political', -- "political" or "technical"     -- optional (default "political")
		ipv4Ranges = { -- One or more IPv4 CIDR ranges          -- optional
			'1.2.3.0/24',
			'4.5.6.0/24',
		},
		ipv6Ranges = { -- One or more IPv6 CIDR ranges          -- optional
			'2001:db8::ff00:0:0/96',
			'2001:db8::ff05:0:0/96',
		},
		notes = 'Notes about the entity or the IP ranges',      -- optional
	},
	--]=]
	{
		name = 'Qatar',
		description = 'The nation of [[Qatar]]',
		reason = 'political',
		ipv4Ranges = {
			'82.148.96.68/32',
			'82.148.97.69/32',
		},
	},
	{
		name = 'United States House of Representatives',
		description = '[[United States House of Representative]]',
		reason = 'political',
		ipv4Ranges = {
			'143.228.0.0/16',
			'143.231.0.0/16',
			'137.18.0.0/16',
			'12.185.56.0/29',
			'12.147.170.144/28',
			'74.119.128.0/22',
		},
		ipv6Ranges = {
			'2620:0:E20::/46',
		},
	},
}