feat(tyr): setup local ssl certs finally.
This commit is contained in:
parent
d5ec26a17a
commit
082c6a7e3a
7 changed files with 110 additions and 9 deletions
|
|
@ -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"''
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue