I like to use these "funny" addresses for two purposes: ping 1.1 (1.0.0.1 - cloudflare dns server) use 10.1 10.2 10.3 as IP addresses in my home network (10.0.0.1/24) off-topic: thanks @Daniel Stenberg for curl and for…
I use the Socks-Proxy only for internal Websites: You habe to create a local "proxy.pac" file with the following contents: function FindProxyForURL(URL,host) { host = host.toLowerCase(); if…
I like to use these "funny" addresses for two purposes: ping 1.1 (1.0.0.1 - cloudflare dns server) use 10.1 10.2 10.3 as IP addresses in my home network (10.0.0.1/24) off-topic: thanks @Daniel Stenberg for curl and for…
I use the Socks-Proxy only for internal Websites: You habe to create a local "proxy.pac" file with the following contents: function FindProxyForURL(URL,host) { host = host.toLowerCase(); if…