作者 邓超

发件代理新增服务器

... ... @@ -86,11 +86,14 @@ class MailProxy {
//TODO: 国内ip不能用来转发gmail
//TODO: 国内ip不能用来转发gmail
//TODO: 国内ip不能用来转发gmail
$host[] = '101.42.1.235'; // 北京的服务器 不能用gmail来使用这个ip
// $host[] = '101.42.1.235'; // 北京的服务器 不能用gmail来使用这个ip
$host[] = '101.43.238.130'; // 北京的服务器 不能用gmail来使用这个ip
$host[] = '82.157.160.98'; // 北京的服务器 不能用gmail来使用这个ip
$host[] = '101.42.26.228'; // 北京的服务器 不能用gmail来使用这个ip
$host[] = '58.87.96.140'; // 北京的服务器 不能用gmail来使用这个ip
// 2025-10-28 新增
$host[] = '81.70.82.224'; // 北京的服务器 不能用gmail来使用这个ip
$host[] = '81.70.244.174'; // 北京的服务器 不能用gmail来使用这个ip
shuffle($host);
... ...