▲ | 3r7j6qzi9jvnve 5 days ago | |
That only works if the proxy is sitting on localhost or a local network, just setting the header shouldn't work. (I came here because I was curious how jart got 127 and 10, but after seeing the source is their's that's less of wonder..) | ||
▲ | sgjohnson 5 days ago | parent [-] | |
bool IsPrivateIp(uint32_t x) {
}the code doesn't consider 127.0.0.0/8 as "private". I'm curious about 10.0.0.0/8 though.* |