Skip to content
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
wants to merge 556 commits into
base: master
Choose a base branch
from
Open

Conversation

ccinoo
Copy link
Owner

@ccinoo ccinoo commented Aug 8, 2017

No description provided.

breakwa11 and others added 30 commits October 11, 2016 15:47
update auth_aes128_md5 & auth_aes128_sha1
UDP bind address (set out_bind and out_bindv6)
UDP over TCP auto bind
return a long enough err string
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.