forked from WooSoftware/shadowsocksr-origin
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Akkariiin/master #2
Open
ccinoo
wants to merge
556
commits into
ccinoo:master
Choose a base branch
from
shadowsocksrr:akkariiin/master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update auth_aes128_md5 & auth_aes128_sha1
always close cymysql objects
fix import error of resource on windows
manage client with LRUCache
by this dockerfile, make it easy to run ssr-server on docker server
Syntax: match_hostname_regex:port(* means match all port)#redirect_dist_host:redirect_port and in the config.json(user-config.json) redirect param should be a list, for example ``` "redirect": ["*:8080#zhaoj.in:80","zhaojin97.cn:80#127.0.0.1:80","*#pku.edu.cn:80"] ``` This example means abnormal connection which connect to port 8080 will be redirected to zhaoj.in:80,and if there a http request with hostname zhaojin97.cn(you can set hosts file to test it) will be redirected to 127.0.0.1:80,and the rest of abnormal connection will be redirect to pku.edu.cn:80
refine redirect, forbidden list will not work when redirect rule work
Akkariiin
force-pushed
the
akkariiin/master
branch
from
September 24, 2017 08:05
c7e822e
to
6ebd86f
Compare
重新发布 3.2.1 修复 auth_chain_f ------------------- 添加 auth_chain_e/f 添加 xchacha20 xsalsa20 修复内存泄漏 Note: xchacha20 xsalsa20 需要 libsodium 1.0.12 及以上版本支持
(cherry picked from commit 19351a3)
revert pymysql
that case by ```ctypes.util.find_library()``` have different find path from ```CDLL()```
…tch_regex add test case for match_regex fix test case for parse_header
many fix
many fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.