From de51b791b60343b2e11394597597613dc5e7b24b Mon Sep 17 00:00:00 2001 From: Shayan Jafarpour <67644313+Shjpr9@users.noreply.github.com> Date: Sun, 17 May 2026 18:52:35 +0330 Subject: [PATCH 1/2] Update config.fronting-groups.example.json Some minor tweaks to make Github work --- config.fronting-groups.example.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/config.fronting-groups.example.json b/config.fronting-groups.example.json index c54756d9..b90243dc 100644 --- a/config.fronting-groups.example.json +++ b/config.fronting-groups.example.json @@ -45,7 +45,7 @@ { "name": "fastly", "ip": "151.101.128.223", - "sni": "pypi.org", + "sni": "files.pythonhosted.org", "domains": [ "redd.it", "reddit.com", @@ -60,10 +60,6 @@ "redditstatus.com", "reddit.map.fastly.net", - "githubassets.com", - "githubusercontent.com", - "github.io", - "fastly.com", "fastly-edge.com", "fastly-terrarium.com", @@ -100,14 +96,16 @@ ] }, { - "name": "github-central", - "ip": "140.82.113.21", - "sni": "central.github.com", + "name": "github-collector", + "ip": "140.82.113.22", + "sni": "collector.github.com", "domains": [ "objects-origin.githubusercontent.com", "api.individual.githubcopilot.com", "glb-db52c2cf8be544.github.com", - "api.githubcopilot.com" + "api.githubcopilot.com", + "collector.github.com", + "central.github.com" ] }, { @@ -122,8 +120,11 @@ { "name": "github", "ip": "140.82.121.3", - "sni": "github.com", - "domains": ["gist.github.com"] + "sni": "www.github.com", + "domains": [ + "gist.github.com", + "github.com" + ] }, { "name": "pubmed", From 1eab95295542cda2bbbdb8ef6198750d7180b90b Mon Sep 17 00:00:00 2001 From: Shayan Jafarpour <67644313+Shjpr9@users.noreply.github.com> Date: Sun, 17 May 2026 19:04:14 +0330 Subject: [PATCH 2/2] Update config.fronting-groups.example.json --- config.fronting-groups.example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.fronting-groups.example.json b/config.fronting-groups.example.json index b90243dc..ccd85100 100644 --- a/config.fronting-groups.example.json +++ b/config.fronting-groups.example.json @@ -44,8 +44,8 @@ }, { "name": "fastly", - "ip": "151.101.128.223", - "sni": "files.pythonhosted.org", + "ip": "185.199.109.215", + "sni": "github.githubassets.com", "domains": [ "redd.it", "reddit.com",