¡BUEN FIN TODO 15% DESCUENTO!
# Linux/macOS echo "nameserver 1.1.1.1" | sudo tee /etc/resolv.conf # Windows (in PowerShell as admin) Set-DnsClientServerAddress -InterfaceAlias "Ethernet" -ServerAddresses ("1.1.1.1", "8.8.8.8") If DNS is hard-blocked (port 53 blocked), use DNS over HTTPS:
ssh -D 8080 -N user@your-server.com Then configure git to use it: github unblocked