initial commit of file from CVS for e-smith-tinydns on Wed 12 Jul 09:11:00 BST 2023
This commit is contained in:
4
root/etc/e-smith/templates/var/service/tinydns/env/DATALIMIT
vendored
Normal file
4
root/etc/e-smith/templates/var/service/tinydns/env/DATALIMIT
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
my $datalimit = $tinydns{'DataLimit'} || "300000";
|
||||
"$datalimit";
|
||||
}
|
3
root/etc/e-smith/templates/var/service/tinydns/env/IP
vendored
Normal file
3
root/etc/e-smith/templates/var/service/tinydns/env/IP
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
$OUT = $tinydns{'ListenIP'} || "127.0.0.1";
|
||||
}
|
Reference in New Issue
Block a user