diff --git a/github-ipv6-proxy.php b/github-ipv6-proxy.php index befaca7..cb4e569 100644 --- a/github-ipv6-proxy.php +++ b/github-ipv6-proxy.php @@ -42,10 +42,14 @@ global $language, $dir, $locale;
git clone git@github-ipv6-proxy.danwin1210.de:DanWin/le-chat-php

-
2a01:4f8:c010:d56::2 github.com
+
+2a01:4f8:c010:d56::2 github.com
 2a01:4f8:c010:d56::3 api.github.com
 2a01:4f8:c010:d56::4 codeload.github.com
-2a01:4f8:c010:d56::5 objects.githubusercontent.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 +

git clone https://github.com/DanWin/le-chat-php @@ -85,6 +89,14 @@ stream { 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; + } + server { + listen [2a01:4f8:c010:d56::7]:443 fastopen=100 ipv6only=on; + proxy_pass pkg.github.com:443; + } }

contact me.'); ?>