mirror of
https://codeberg.org/YGGverse/psocks.git
synced 2026-03-31 16:35:28 +00:00
grand refactory to multiple list-based control api
This commit is contained in:
parent
827cb182f2
commit
b93c1e8481
15 changed files with 271 additions and 282 deletions
11
src/example/config.toml
Normal file
11
src/example/config.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[list.google]
|
||||
is_enabled = true
|
||||
source = "https://codeberg.org/postscriptum/psocks-list/src/branch/main/allow/google.txt"
|
||||
|
||||
[list.github]
|
||||
is_enabled = false
|
||||
source = "https://codeberg.org/postscriptum/psocks-list/src/branch/main/allow/github.txt"
|
||||
|
||||
#[[list.common]]
|
||||
#is_enabled = false
|
||||
#source = "/path/to/common.txt"
|
||||
Loading…
Add table
Add a link
Reference in a new issue