diff --git a/allow/common.txt b/allow/common.txt index 2d52c02..e886b06 100644 --- a/allow/common.txt +++ b/allow/common.txt @@ -14,7 +14,6 @@ .dou.ua .exception.net.ua .fedoraproject.org -.firefox.com .fishing.kiev.ua .flathub.org .freebsd.org @@ -35,7 +34,6 @@ .metal-archives.com .miliukhin.xyz .moddb.com -.mozilla.org .noleron.com .nvchad.com .omglinux.com @@ -52,7 +50,6 @@ .social.net.ua .stackexchange.com .stackoverflow.com -.thunderbird.net .unian.net .unian.ua .v-os.dev diff --git a/allow/mozilla.txt b/allow/mozilla.txt new file mode 100644 index 0000000..6bac943 --- /dev/null +++ b/allow/mozilla.txt @@ -0,0 +1,3 @@ +.firefox.com +.mozilla.org +.thunderbird.net \ No newline at end of file diff --git a/psocks.toml b/psocks.toml index b55be21..fe467aa 100644 --- a/psocks.toml +++ b/psocks.toml @@ -32,6 +32,10 @@ source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/go is_enabled = true source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/habr.txt" +[list.mozilla] +is_enabled = false +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/mozilla.txt" + [list.protonmail] is_enabled = true source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/protonmail.txt"