Skip to content

Instantly share code, notes, and snippets.

View marcocspc's full-sized avatar

Marco Antonio marcocspc

View GitHub Profile
@marcocspc
marcocspc / ff_set
Last active January 24, 2023 14:12 — forked from leifj/ff_set
A simple cmdline to set firefox config in all profiles found in $HOME/.mozilla/firefox - useful to disable TRR
#!/bin/bash
#
# https://blog.ungleich.ch/en-us/cms/blog/2018/08/04/mozillas-new-dns-resolution-is-dangerous/
# https://askubuntu.com/questions/313483/how-do-i-change-firefoxs-aboutconfig-from-a-shell-script
#
# To completely disable sending your DNS queries to cloudflare:
#
# ff_set network.trr.mode 5
#