mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 17:20:35 +08:00
Manually adding Bright Data domains
This commit is contained in:
parent
0374a1672f
commit
0937ed3107
17
Build/_get-lum-apex-domains.ts
Normal file
17
Build/_get-lum-apex-domains.ts
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
import { fetchRemoteTextByLine } from './lib/fetch-text-by-line';
|
||||||
|
import tldts from 'tldts';
|
||||||
|
|
||||||
|
(async () => {
|
||||||
|
const lines = await Array.fromAsync(await fetchRemoteTextByLine('https://raw.githubusercontent.com/durablenapkin/block/master/luminati.txt', true));
|
||||||
|
|
||||||
|
const set = new Set<string>();
|
||||||
|
|
||||||
|
lines.forEach((line) => {
|
||||||
|
const apexDomain = tldts.getDomain(line.slice(8));
|
||||||
|
if (apexDomain) {
|
||||||
|
set.add(apexDomain);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
console.log(Array.from(set).map(line => '.' + line).join('\n'));
|
||||||
|
})();
|
||||||
@ -9,7 +9,6 @@ export const HOSTS: HostsSource[] = [
|
|||||||
['https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt', null, true, TTL.TWO_WEEKS()],
|
['https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt', null, true, TTL.TWO_WEEKS()],
|
||||||
['https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Extension/GoodbyeAds-Xiaomi-Extension.txt', null, false, TTL.ONE_WEEK()],
|
['https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Extension/GoodbyeAds-Xiaomi-Extension.txt', null, false, TTL.ONE_WEEK()],
|
||||||
['https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Extension/GoodbyeAds-Huawei-AdBlock.txt', null, false, TTL.ONE_WEEK()],
|
['https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Extension/GoodbyeAds-Huawei-AdBlock.txt', null, false, TTL.ONE_WEEK()],
|
||||||
['https://raw.githubusercontent.com/durablenapkin/block/master/luminati.txt', null, true, TTL.THREE_HOURS()],
|
|
||||||
['https://raw.githubusercontent.com/durablenapkin/block/master/tvstream.txt', null, true, TTL.THREE_HOURS()]
|
['https://raw.githubusercontent.com/durablenapkin/block/master/tvstream.txt', null, true, TTL.THREE_HOURS()]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@ -2292,20 +2292,43 @@ tongji.tom.com
|
|||||||
|
|
||||||
# brightdata (luminati) SDK
|
# brightdata (luminati) SDK
|
||||||
.l-err.biz
|
.l-err.biz
|
||||||
.lum-sdk.io
|
|
||||||
.luminatinet.com
|
|
||||||
.luminati.io
|
|
||||||
.lum-ext.io
|
|
||||||
.luminati-china.io
|
|
||||||
.luminati-china.co
|
|
||||||
.luminati-china.biz
|
.luminati-china.biz
|
||||||
.lum-cn.io
|
.luminati-china.co
|
||||||
.h-vpn.org
|
.amazonaws.com
|
||||||
.holashop.org
|
.binaryoptionz.com
|
||||||
.svd-cdn.com
|
|
||||||
# .hola.ph # expired
|
|
||||||
.hola.org
|
|
||||||
.holacdn.com
|
.holacdn.com
|
||||||
|
.hola-shopping.com
|
||||||
|
.lum-bext.com
|
||||||
|
.luminatinet.com
|
||||||
|
.lum-lpm.com
|
||||||
|
.lumtest.com
|
||||||
|
.proxy-review.com
|
||||||
|
.svd-cdn.com
|
||||||
|
.thecodeil.com
|
||||||
|
.tukif.com
|
||||||
|
.whatismyippro.com
|
||||||
|
.zon-networks.com
|
||||||
|
.whoisit.co
|
||||||
|
.hola.hk
|
||||||
|
.lum-api.io
|
||||||
|
.lum-cn.io
|
||||||
|
.lum-ext.io
|
||||||
|
.luminati.io
|
||||||
|
.luminati-china.io
|
||||||
|
.lum-int.io
|
||||||
|
.lum-sdk.io
|
||||||
|
.mynextphone.io
|
||||||
|
.topvpn.io
|
||||||
|
.l-agent.me
|
||||||
|
.luminatichina.net
|
||||||
|
.hola.org
|
||||||
|
.holashop.org
|
||||||
|
.h-vpn.org
|
||||||
|
.hola.com.sg
|
||||||
|
.hola.sk
|
||||||
|
.proxyway.com
|
||||||
|
# .hola.ph # expired
|
||||||
|
.hola.ph
|
||||||
|
|
||||||
# EasyPrivacy Migration
|
# EasyPrivacy Migration
|
||||||
.click.signaturemarket.co
|
.click.signaturemarket.co
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user