From 79205b95a44a8e22c12cd30fe1e0d65040399330 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Fri, 4 Aug 2023 18:56:52 +0200 Subject: [PATCH] Wildcard in hosts file is not supported, so name all subdomains --- github-ipv6-proxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-ipv6-proxy.php b/github-ipv6-proxy.php index cb4e569..c8cd32c 100644 --- a/github-ipv6-proxy.php +++ b/github-ipv6-proxy.php @@ -48,7 +48,7 @@ global $language, $dir, $locale; 2a01:4f8:c010:d56::4 codeload.github.com 2a01:4f8:c010:d56::5 objects.githubusercontent.com 2a01:4f8:c010:d56::6 ghcr.io -2a01:4f8:c010:d56::7 pkg.github.com *.pkg.github.com +2a01:4f8:c010:d56::7 pkg.github.com npm.pkg.github.com maven.pkg.github.com nuget.pkg.github.com rubygems.pkg.github.com

git clone https://github.com/DanWin/le-chat-php