Fini mais bancal

This commit is contained in:
2025-12-09 10:03:21 +01:00
parent 3c703ee4f3
commit e7208f5ade
5 changed files with 50 additions and 20 deletions

View File

@@ -0,0 +1,16 @@
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.11 192.168.1.254;
option domain-name "tp.scr";
option domain-name-servers 192.168.1.158;
option routers 192.168.1.10;
default-lease-time 600;
max-lease-time 7200;
zone tp.scr.
{
primary 192.168.1.158;
}
zone 1.168.192.in-addr.arpa.
{
primary 192.168.1.158;
}
}