Scripts: Update dist/install-forward-dns.sh

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-07-28 16:35:27 +02:00
parent 8ea7494456
commit 2df90b45fa

View File

@@ -19,11 +19,15 @@ options{
127.0.0.0/8;
172.16.0.0/12;
192.168.0.0/16;
fc00::/7;
fe80::/10;
};
forwarders {
8.8.8.8;
8.8.4.4;
1.1.1.1;
2001:4860:4860::8888;
2001:4860:4860::8844;
};
forward only;
};