0
0
This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
dns-watch-2022/config/lookup.php

15 lines
368 B
PHP
Raw Permalink Normal View History

2021-05-08 19:57:27 +02:00
<?php
$§DNSWATCH_LOOKUP_TMP_DIR = "/tmp";
// REFERENCE //
//how many references to use
$§DNSWATCH_LOOKUP_REFERENCE_COUNT = 3;
//how many references have to find something to continue
$§DNSWATCH_LOOKUP_REFERENCE_USEABLE_MIN = 2;
// CAUSE-GUESSING //
$§DNSWATCH_LOOKUP_CAUSE_GUESS["cuii"] = [["type" => "cname", "cname" => "notice.cuii.info."]];
?>