1
0
Fork 0

fix invidious

This commit is contained in:
Philipp 2025-04-12 01:20:35 +02:00
parent 5a0aad29c5
commit eb543b933e
Signed by: Philipp
SSH key fingerprint: SHA256:NPOUHRi6lIhz8G0Fe4sZEfki7uFZ1nju8NxnkCvb8tA
5 changed files with 16 additions and 7 deletions

View file

@ -21,7 +21,9 @@ in
ports = [
"192.168.1.202:5380:5380"
"192.168.1.202:53:53"
"192.168.1.202:53:53/udp"
"[fd00:192:168:1::202]:53:53"
"[fd00:192:168:1::202]:53:53/udp"
"[fd00:192:168:1::202]:5380:5380"
];
volumes = [ "config:/etc/dns" ];