Jump to content

Module:Sensitive IP addresses/list

From Simple English Wikipedia, the free encyclopedia
Revision as of 03:44, 24 July 2016 by Mr. Stradivarius (talk | changes) (start making the sensitive IP list)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This module houses data about sensitive IP ranges used by Module:Sensitive IP addresses.

Validation errors

Found the following errors:

  • Missing field 'id' in data entry #1
  • Missing field 'id' in data entry #2



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',
		},
	},
}