Switch DNS to Cloudflare and fixup F-Droid Provisioner

- OpenNIC anycast seems to have disappeared and their main site is also down
This commit is contained in:
Tad 2018-07-15 12:33:16 -04:00
parent bf1256f182
commit 3c2fae77d5
4 changed files with 117 additions and 124 deletions

View file

@ -55,7 +55,7 @@ buildAll() {
brunch lineage_angler-user;
brunch lineage_bullhead-user;
#brunch lineage_clark-eng;
brunch lineage_d802-user; #broken upstream - error: 'vendor/lge/g2-common/proprietary/vendor/etc/acdbdata/Bluetooth_cal.acdb'
brunch lineage_d802-user;
brunch lineage_d855-user; #broken upstream - recovery updater
brunch lineage_dragon-user;
brunch lineage_ether-user;

View file

@ -29,7 +29,7 @@ export DOS_DEBLOBBER_REMOVE_FP=false; #Set true to remove all fingerprint reader
export DOS_DEBLOBBER_REMOVE_IMS=false; #Set true to remove all IMS blobs
export DOS_DEBLOBBER_REMOVE_IR=false; #Set true to remove all IR blobs
export DOS_DEBLOBBER_REPLACE_TIME=false; #Set true to replace Qualcomm Time Services with the open source Sony TimeKeep reimplementation
export DOS_DEFAULT_DNS_PRESET="OpenNIC"; #Sets default DNS. Options: Cloudflare, OpenNIC, DNSWATCH, Google, OpenDNS, Quad9, Quad9U, Verisign
export DOS_DEFAULT_DNS_PRESET="Cloudflare"; #Sets default DNS. Options: Cloudflare, OpenNIC, DNSWATCH, Google, OpenDNS, Quad9, Quad9U, Verisign
export DOS_GLONASS_FORCED_ENABLE=true; #Enables GLONASS on all devices
export DOS_MALWARE_SCAN_ENABLED=true; #Set true to perform a fast scan on patchWorkspace() and a through scan on buildAll()
export DOS_MALWARE_SCAN_SETTING="quick"; #buildAll() scan speed. Options: quick, extra, slow, full