Skip to content

Commit 211d4cf

Browse files
chore(rules): add GitHub official IPv4 and IPv6 network ranges based on official documentation
1 parent ffe878b commit 211d4cf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

rules/GitHub.list

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,22 @@ DOMAIN-SUFFIX,github.community # GitHub 社区论坛
114114

115115
DOMAIN-SUFFIX,thegithubshop.com # GitHub 官方商店
116116

117+
# > GitHub Official Network IPv4(GitHub IPv4 官方网络节点)
118+
# - 数据来源:https://api.github.com/meta
119+
# - 校对时间:2026-03-07
120+
121+
IP-CIDR,192.30.252.0/22 # GitHub 官方网络段
122+
IP-CIDR,185.199.108.0/22 # GitHub Pages 与 CDN 网络
123+
IP-CIDR,140.82.112.0/20 # GitHub Edge 网络节点
124+
IP-CIDR,143.55.64.0/20 # GitHub 平台基础设施网络
125+
126+
# > GitHub Official Network IPv6(GitHub IPv6 官方网络节点)
127+
# - 数据来源:https://api.github.com/meta
128+
# - 校对时间:2026-03-07
129+
130+
IP-CIDR6,2a0a:a440::/29 # GitHub IPv6 网络段
131+
IP-CIDR6,2606:50c0::/32 # GitHub Pages IPv6 网络
132+
117133
# > GitHub Network(GitHub 官方网络)
118134

119135
IP-ASN,36459 # GitHub ASN

0 commit comments

Comments
 (0)