提交 ecb0e597 编写于 作者: B beyondgfw

Don't check googlehosts ss server

上级 e47dbfa7
......@@ -14,7 +14,7 @@ function checkType(obj, propName, typeName) {
return true;
}
function checkDomain(domain) {
if (set[domain] && domain !== 'localhost') {
if (set[domain] && domain !== 'localhost' && domain !== 'ss-1.googlehosts.org' && domain !== 'ss-2.googlehosts.org' && domain !== 'ss-3.googlehosts.org' && domain !== 'ss-4.googlehosts.org') {
console.error(`\x1b[31m${domain}\x1b[0m has already been added.`);
ok = false;
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册