mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Scripts: Update dist/install-forward-dns.sh
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
8ea7494456
commit
2df90b45fa
1 changed files with 4 additions and 0 deletions
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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue