mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
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:
parent
bf1256f182
commit
3c2fae77d5
4 changed files with 117 additions and 124 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue