Add -noproxy to circumvent proxy for some network

This commit is contained in:
Pieter Wuille
2012-05-04 16:55:19 +02:00
parent 090e5b40f1
commit 623b987813
3 changed files with 21 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ enum Network
};
enum Network ParseNetwork(std::string net);
void SetNoProxy(enum Network net, bool fNoProxy = true);
/** IP address (IPv6, or IPv4 using mapped IPv6 range (::FFFF:0:0/96)) */
class CNetAddr