From 63233f0871425cff1c5ee68b25d7d604912df5e7 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 28 Mar 2026 05:41:01 +0200 Subject: [PATCH] fix lists url --- src/example/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/example/config.toml b/src/example/config.toml index d2cf16b..fd1ecfd 100644 --- a/src/example/config.toml +++ b/src/example/config.toml @@ -1,10 +1,10 @@ [list.google] is_enabled = true -source = "https://codeberg.org/postscriptum/psocks-list/src/branch/main/allow/google.txt" +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/google.txt" [list.github] is_enabled = false -source = "https://codeberg.org/postscriptum/psocks-list/src/branch/main/allow/github.txt" +source = "https://codeberg.org/postscriptum/psocks-list/raw/branch/main/allow/github.txt" #[[list.common]] #is_enabled = false