http://danielas3rtn54uwmofdo3x2bsdifr47huasnmbgqzfrec5ubupvtpid.onion/github-ipv6-proxy.php?lang=uk
Після додавання Ви можете клонувати як зазвичай, без будь-яких змін: git clone https://github.com/DanWin/le-chat-php Все це робиться за допомогою такої конфігурації nginx на сервері з подвійним стеком: http {
server {
listen [::]:1443 fastopen=100 backlog=2048 ipv6only=on ssl http2 default_server;
location = /robots.txt {
return 200 'User-agent: *
Disallow:';
}
location / {
proxy_pass https://github.com;
proxy_set_header Host "github.com";
}
}
}
stream {
server {
listen...