![]() |
|
Follow @SAArtists You can call us on +44 (0)20 7183 4732 |
![]() |
Home | ![]() |
![]() |
Gallery | ![]() |
![]() |
My Favorites | ![]() |
![]() |
Power Search | ![]() |
||
| Random | By Subject | By Category | By Medium | Recent Additions | Recently Sold | Special Offers | Artists | Galleries | Send an eCard! | |||||||||||||
# 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