Skip to content

Commit 51d456f

Browse files
committed
修复采集地址
1 parent 71fe1c8 commit 51d456f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IvoloDisposableEmailDomainsCrawler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class IvoloDisposableEmailDomainsCrawler implements IEmailBlackListCrawler
1111
{
12-
protected string $url = 'https://ghproxy.com/https://github.com/ivolo/disposable-email-domains/raw/master/index.json';
12+
protected string $url = 'https://github.com/ivolo/disposable-email-domains/raw/master/index.json';
1313

1414
protected int $maxBatchSize = 1000;
1515

0 commit comments

Comments
 (0)