<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://salisford.net/index.php?action=history&amp;feed=atom&amp;title=Module%3ASensitive_IP_addresses%2Flist</id>
	<title>Module:Sensitive IP addresses/list - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://salisford.net/index.php?action=history&amp;feed=atom&amp;title=Module%3ASensitive_IP_addresses%2Flist"/>
	<link rel="alternate" type="text/html" href="https://salisford.net/index.php?title=Module:Sensitive_IP_addresses/list&amp;action=history"/>
	<updated>2026-05-04T23:33:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://salisford.net/index.php?title=Module:Sensitive_IP_addresses/list&amp;diff=556&amp;oldid=prev</id>
		<title>Cascadia: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://salisford.net/index.php?title=Module:Sensitive_IP_addresses/list&amp;diff=556&amp;oldid=prev"/>
		<updated>2023-04-05T14:38:14Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:38, 5 April 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Cascadia</name></author>
	</entry>
	<entry>
		<id>https://salisford.net/index.php?title=Module:Sensitive_IP_addresses/list&amp;diff=555&amp;oldid=prev</id>
		<title>wp&gt;Xaosflux: sort</title>
		<link rel="alternate" type="text/html" href="https://salisford.net/index.php?title=Module:Sensitive_IP_addresses/list&amp;diff=555&amp;oldid=prev"/>
		<updated>2023-02-05T03:28:40Z</updated>

		<summary type="html">&lt;p&gt;sort&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;return {&lt;br /&gt;
	--[=[&lt;br /&gt;
	{&lt;br /&gt;
		name = 'Entity name',                                   -- required&lt;br /&gt;
		id = 'entityid',                                        -- required, must be unique&lt;br /&gt;
		description = 'a description of the entity',            -- required&lt;br /&gt;
		reason = 'political', -- &amp;quot;political&amp;quot; or &amp;quot;technical&amp;quot;     -- optional (default &amp;quot;political&amp;quot;)&lt;br /&gt;
		ipv4Ranges = { -- One or more IPv4 CIDR ranges          -- optional&lt;br /&gt;
			'1.2.3.0/24',&lt;br /&gt;
			'4.5.6.0/24',&lt;br /&gt;
		},&lt;br /&gt;
		Ranges = { -- One or more IPv6 CIDR ranges          -- optional&lt;br /&gt;
			'2001:db8::ff00:0:0/96',ipv6&lt;br /&gt;
			'2001:db8::ff05:0:0/96',&lt;br /&gt;
		},&lt;br /&gt;
		notes = 'Notes about the entity or the IP ranges',      -- optional&lt;br /&gt;
	},&lt;br /&gt;
	--]=]&lt;br /&gt;
	{&lt;br /&gt;
		name = 'United States House of Representatives',&lt;br /&gt;
		id = 'ushr',&lt;br /&gt;
		description = 'the [[United States House of Representatives]]',&lt;br /&gt;
		reason = 'political',&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			'143.228.0.0/16',&lt;br /&gt;
			'143.231.0.0/16',&lt;br /&gt;
			'137.18.0.0/16',&lt;br /&gt;
			'12.185.56.0/29',&lt;br /&gt;
			'12.147.170.144/28',&lt;br /&gt;
			'74.119.128.0/22',&lt;br /&gt;
		},&lt;br /&gt;
		ipv6Ranges = {&lt;br /&gt;
			'2620:0:e20::/46',&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = 'United States Senate',&lt;br /&gt;
		id = 'ussenate',&lt;br /&gt;
		description = 'the [[United States Senate]]',&lt;br /&gt;
		reason = 'political',&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			'156.33.0.0/16',&lt;br /&gt;
		},&lt;br /&gt;
		ipv6Ranges = {&lt;br /&gt;
			'2620:0:8a0::/48',&lt;br /&gt;
			'2600:803:618::/48',&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = 'Executive Office of the President of the United States',&lt;br /&gt;
		id = 'useop',&lt;br /&gt;
		description = 'the [[Executive Office of the President of the United States]]',&lt;br /&gt;
		reason = 'political',&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			'165.119.0.0/16',&lt;br /&gt;
			'198.137.240.0/23',&lt;br /&gt;
			'204.68.207.0/24',&lt;br /&gt;
		},&lt;br /&gt;
		ipv6Ranges = {&lt;br /&gt;
			'2620:10F:B000::/40',&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = 'United States Department of Justice',&lt;br /&gt;
		id = 'usdoj',&lt;br /&gt;
		description = 'the [[United States Department of Justice]]',&lt;br /&gt;
		reason = 'political',&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			'149.101.0.0/16',&lt;br /&gt;
		},&lt;br /&gt;
		ipv6Ranges = {&lt;br /&gt;
			'2607:f330::/32',&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = 'United States Department of Homeland Security',&lt;br /&gt;
		id = 'usdhs',&lt;br /&gt;
		description = 'the [[United States Department of Homeland Security]]',&lt;br /&gt;
		reason = 'political',&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			'65.165.132.0/24',&lt;br /&gt;
			'204.248.24.0/24',&lt;br /&gt;
			'216.81.80.0/20',&lt;br /&gt;
		},&lt;br /&gt;
		ipv6Ranges = {&lt;br /&gt;
			'2600:400::/32',&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = 'Canadian Department of National Defence',&lt;br /&gt;
		id = 'cdnd',&lt;br /&gt;
		description = 'the [[Canadian Department of National Defence]]',&lt;br /&gt;
		reason = 'political',&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			'131.132.0.0/14',&lt;br /&gt;
			'131.136.0.0/14',&lt;br /&gt;
			'131.140.0.0/15',&lt;br /&gt;
		},&lt;br /&gt;
		notes = 'These ranges include any IP matching 131.{132-141}.*.*',&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = 'Canadian House of Commons',&lt;br /&gt;
		id = 'chc',&lt;br /&gt;
		description = 'the [[Canadian House of Commons]]',&lt;br /&gt;
		reason = 'political',&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			'192.197.82.0/24',&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = 'Parliament of the United Kingdom',&lt;br /&gt;
		id = 'ukparliament',&lt;br /&gt;
		description = 'the [[Parliament of the United Kingdom]]',&lt;br /&gt;
		reason = 'political',&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			'194.60.0.0/18',&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = 'United States Department of the Navy and United States Marine Corps',&lt;br /&gt;
		id = 'usnavy',&lt;br /&gt;
		description = 'the [[United States Department of the Navy]] and the [[United States Marine Corps]]',&lt;br /&gt;
		reason = 'political',&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			'138.162.0.0/16',&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		name = 'Wikimedia Foundation',&lt;br /&gt;
		id = 'wmf',&lt;br /&gt;
		description = 'the [[Wikimedia Foundation]]',&lt;br /&gt;
		reason = 'technical',&lt;br /&gt;
		ipv4Ranges = {&lt;br /&gt;
			'91.198.174.0/24',&lt;br /&gt;
			'185.15.56.0/22',&lt;br /&gt;
			'198.35.26.0/23',&lt;br /&gt;
			'208.80.152.0/22',&lt;br /&gt;
		},&lt;br /&gt;
		ipv6Ranges = {&lt;br /&gt;
			'2620:0:860::/46',&lt;br /&gt;
			'2a02:ec80::/32',&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
    {&lt;br /&gt;
        name = 'Wiki Education Dashboard',&lt;br /&gt;
        id = 'wikieducationdashboard',&lt;br /&gt;
        description = 'dashboard.wikiedu.org OAuth application, maintained by [[:meta:Wiki Education Foundation|Wiki Education Foundation]]',&lt;br /&gt;
        reason = 'technical',&lt;br /&gt;
        ipv4Ranges = {&lt;br /&gt;
			'45.79.106.114/32',&lt;br /&gt;
        },&lt;br /&gt;
        ipv6Ranges = {&lt;br /&gt;
			'2600:3c01::f03c:93ff:fe24:db1b/128',&lt;br /&gt;
		},&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
        name = 'TEST-NET-1',&lt;br /&gt;
        id = 'test',&lt;br /&gt;
        description = 'RFC 5737 reserved test range',&lt;br /&gt;
        reason = 'technical',&lt;br /&gt;
        ipv4Ranges = {&lt;br /&gt;
			'192.0.2.0/24',&lt;br /&gt;
        },&lt;br /&gt;
        notes = 'This can be blocked (with no need to notify the WMF) for testing or training purposes.'&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>wp&gt;Xaosflux</name></author>
	</entry>
</feed>