Skip to content

Commit 2df90b4

Browse files
committed
Scripts: Update dist/install-forward-dns.sh
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent 8ea7494 commit 2df90b4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/dist/install-forward-dns.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,15 @@ options{
1919
127.0.0.0/8;
2020
172.16.0.0/12;
2121
192.168.0.0/16;
22+
fc00::/7;
23+
fe80::/10;
2224
};
2325
forwarders {
2426
8.8.8.8;
2527
8.8.4.4;
2628
1.1.1.1;
29+
2001:4860:4860::8888;
30+
2001:4860:4860::8844;
2731
};
2832
forward only;
2933
};

0 commit comments

Comments
 (0)