From 7fdece6e3e322bc6007f148f106e4d9cdee158b9 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Tue, 22 Jul 2025 19:24:52 +0200 Subject: [PATCH] Disable objects.github-ipv6-proxy.danwin1210.de endpoint --- github-ipv6-proxy.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/github-ipv6-proxy.php b/github-ipv6-proxy.php index f29a038..f855e38 100644 --- a/github-ipv6-proxy.php +++ b/github-ipv6-proxy.php @@ -87,10 +87,6 @@ stream { listen [2a01:4f8:c010:d56::4]:443 fastopen=100 ipv6only=on; proxy_pass codeload.github.com:443; } - server { - listen [2a01:4f8:c010:d56::5]:443 fastopen=100 ipv6only=on; - proxy_pass objects.githubusercontent.com:443; - } server { listen [2a01:4f8:c010:d56::6]:443 fastopen=100 ipv6only=on; proxy_pass ghcr.io:443;