mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-08 22:07:56 +00:00
add ipv6 example
This commit is contained in:
parent
c9cd38f6ac
commit
a07ca1dce1
@ -21,6 +21,6 @@ define('CRAWL_IMAGE', false); // @TODO
|
|||||||
define('CRAWL_PAGE_LIMIT', 10);
|
define('CRAWL_PAGE_LIMIT', 10);
|
||||||
define('CRAWL_PAGE_SECONDS_OFFSET', 3600);
|
define('CRAWL_PAGE_SECONDS_OFFSET', 3600);
|
||||||
|
|
||||||
define('CRAWL_URL_REGEXP', '/^.*$/ui');
|
define('CRAWL_URL_REGEXP', '/^.*$/ui'); // ipv6 only '/^http:\/\/\[[\w:]+\].*$/ui'
|
||||||
|
|
||||||
define('CRAWL_META_ONLY', false);
|
define('CRAWL_META_ONLY', false);
|
||||||
|
Loading…
Reference in New Issue
Block a user