feat(tyr): setup local ssl certs finally.

This commit is contained in:
CronyAkatsuki 2025-10-11 19:06:20 +02:00
parent d5ec26a17a
commit 082c6a7e3a
7 changed files with 110 additions and 9 deletions

View file

@ -64,6 +64,14 @@
cache-max-ttl = 60;
cache-max-negative-ttl = 60;
serve-original-ttl = true;
local-zone = [''"home.cronyakatsuki.xyz." transparent''];
local-data = [
''"glance.home.cronyakatsuki.xyz IN A 192.168.0.5"''
''"syncthing.home.cronyakatsuki.xyz IN A 192.168.0.5"''
''"wallos.home.cronyakatsuki.xyz IN A 192.168.0.5"''
];
};
};
};