feat(coder): Add module

This commit is contained in:
Tibo De Peuter 2025-10-07 23:02:48 +02:00
parent f1ba0a98e8
commit ef55596de6
5 changed files with 142 additions and 2 deletions

View file

@ -1,6 +1,6 @@
$TTL 604800
@ IN SOA ns1 admin (
15 ; Serial
18 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
@ -40,6 +40,9 @@ sonarr IN A 192.168.0.33
; Development VM
plex IN A 192.168.0.91
code IN A 192.168.0.91
*.code IN A 192.168.0.91
; Catchalls
*.production IN A 192.168.0.31
*.development IN A 192.168.0.91