mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-05 07:55:00 -04:00
Many changes
- 15.1: Fix build - 15.1: Add jfltexx - 15.1: Add CVE patchers for jf and fugu - Manifests: Add Intel repos back - Overlay: Add more default apps to launcher - Remove more blobs
This commit is contained in:
parent
3c2fae77d5
commit
9af1881a89
15 changed files with 265 additions and 51 deletions
|
@ -213,7 +213,7 @@ changeDefaultDNS() {
|
|||
dnsSecondary="1.1.1.1";
|
||||
dnsSecondaryV6="2606:4700:4700::1111";
|
||||
elif [[ "$DOS_DEFAULT_DNS_PRESET" == "OpenNIC" ]]; then #https://servers.opennicproject.org/edit.php?srv=ns3.any.dns.opennic.glue
|
||||
dnsPrimary="169.239.202.202";
|
||||
dnsPrimary="169.239.202.202"; #RIP
|
||||
dnsPrimaryV6="2a05:dfc7:5353::53";
|
||||
dnsSecondary="185.121.177.177";
|
||||
dnsSecondaryV6="2a05:dfc7:5::53";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue