initial commit of file from CVS for e-smith-dnscache on Wed 12 Jul 08:51:05 BST 2023

This commit is contained in:
Brian Read
2023-07-12 08:51:05 +01:00
parent 6b9c45bdb1
commit 985fd9f0ab
46 changed files with 1461 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
{
my $c = $dnscache{'CacheSize'} || 10000000;
"export CACHESIZE=$c"
}

View File

@@ -0,0 +1,4 @@
{
my $datalimit = $dnscache{'DataLimit'} || 12000000;
"DATALIMIT=$datalimit";
}

View File

@@ -0,0 +1,4 @@
{
(defined $dnscache{'Forwarder'} && $dnscache{'Forwarder'}) ?
"export FORWARDONLY=1" : "";
}

View File

@@ -0,0 +1 @@
export IP=127.0.0.2

View File

@@ -0,0 +1 @@
export IPSEND=0.0.0.0

View File

@@ -0,0 +1 @@
export ROOT=/var/service/dnscache.forwarder/root