mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-03-31 12:26:18 +03:00
Add example config.json
This commit is contained in:
parent
a9a6da8f9c
commit
73fd858e50
1 changed files with 5 additions and 0 deletions
5
src/config.json
Normal file
5
src/config.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"listen": "socks://127.0.0.1:1080",
|
||||||
|
"proxy": "https://user:pass@domain.example",
|
||||||
|
"log": ""
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue