how about directly use ip address instead of host domain to avoid dns poison?
gmsj0001 opened this issue · 1 comments
gmsj0001 commented
like this:
var proxy = "PROXY 198.71.82.124:25; PROXY 192.157.230.135:25; PROXY 104.238.189.127:25;";
1265578519 commented
yes, the domain name is more convenient to manage the changes since there is a CDN cache.