From bfbd8c21c014940c38b61bfeb2b0d83d6e5a48db Mon Sep 17 00:00:00 2001 From: postscriptum Date: Sat, 28 Mar 2026 07:26:22 +0200 Subject: [PATCH] add psocks v0.5 config file --- psocks.toml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 psocks.toml diff --git a/psocks.toml b/psocks.toml new file mode 100644 index 0000000..75f824c --- /dev/null +++ b/psocks.toml @@ -0,0 +1,57 @@ +# https://codeberg.org/yggverse/psocks + +[list.bittorrent] +is_enabled = true +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/bittorrent.txt" + +[list.codeberg] +is_enabled = true +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/codeberg.txt" + +[list.common] +is_enabled = true +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/common.txt" + +[list.duckduckgo] +is_enabled = true +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/duckduckgo.txt" + +[list.fediverse] +is_enabled = true +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/fediverse.txt" + +[list.github] +is_enabled = true +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/github.txt" + +[list.google] +is_enabled = true +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/google.txt" + +[list.habr] +is_enabled = true +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/habr.txt" + +[list.protonmail] +is_enabled = false +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/protonmail.txt" + +[list.reddit] +is_enabled = false +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/reddit.txt" + +[list.sourcehut] +is_enabled = false +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/sourcehut.txt" + +[list.steam] +is_enabled = false +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/steam.txt" + +[list.tutanota] +is_enabled = false +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/tutanota.txt" + +[list.wikipedia] +is_enabled = false +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/wikipedia.txt" \ No newline at end of file