diff --git a/github-ipv6-proxy.php b/github-ipv6-proxy.php index b64731b..6846a4c 100644 --- a/github-ipv6-proxy.php +++ b/github-ipv6-proxy.php @@ -12,7 +12,7 @@ global $language, $dir, $locale; - + @@ -27,7 +27,7 @@ global $language, $dir, $locale; - +
@@ -49,6 +49,7 @@ global $language, $dir, $locale; 2a01:4f8:c010:d56::5 objects.githubusercontent.com 2a01:4f8:c010:d56::6 ghcr.io 2a01:4f8:c010:d56::7 pkg.github.com npm.pkg.github.com maven.pkg.github.com nuget.pkg.github.com rubygems.pkg.github.com +2a01:4f8:c010:d56::8 uploads.github.comgit clone https://github.com/DanWin/le-chat-php
@@ -97,6 +98,10 @@ stream {
listen [2a01:4f8:c010:d56::7]:443 fastopen=100 ipv6only=on;
proxy_pass pkg.github.com:443;
}
+ server {
+ listen [2a01:4f8:c010:d56::8]:443 fastopen=100 ipv6only=on;
+ proxy_pass uploads.github.com:443;
+ }
}
'.htmlspecialchars(_('contact me')).''); ?>
diff --git a/tutorials/get-rich-fast/index.php b/tutorials/get-rich-fast/index.php index a74cbd3..10a8e53 100644 --- a/tutorials/get-rich-fast/index.php +++ b/tutorials/get-rich-fast/index.php @@ -82,7 +82,7 @@ global $language, $dir, $locale;