mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Scripts: Update dist/install-forward-dns.sh
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
4
scripts/dist/install-forward-dns.sh
vendored
4
scripts/dist/install-forward-dns.sh
vendored
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user