This website works better with JavaScript.
Home
Explore
Help
Sign In
dnomd343
/
shadowsocksr
mirror of
https://github.com/dnomd343/shadowsocksr
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Python port of ShadowsocksR
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38
Commits
10
Branches
16
Tags
2.1 MiB
Tree:
e8454cf9b1
1.4
2to3
akkariiin/Experimental
akkariiin/dev
akkariiin/master
auth
dev
dnomd343/master
manyuser
master
2.6
2.6.1
2.6.10
2.6.2
2.6.3
2.6.4
2.6.5
2.6.6
2.6.7
2.6.8
2.6.9
3.0.1
3.1.2
3.2.0
3.2.1
3.2.2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e8454cf9b1'
${ noResults }
shadowsocksr
/
config.json
7 lines
125 B
Raw
Normal View
History
move config into a JSON file; lint code
12 years ago
{
fix ipv6 issue
12 years ago
"server"
:
"localhost"
,
move config into a JSON file; lint code
12 years ago
"server_port"
:
8388
,
"local_port"
:
1080
,
"password"
:
"barfoo!"
,
"timeout"
:
60
}