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
logging.warn("Protocol ERROR, TCP ogn data %s from %s:%d via port %d"%(binascii.hexlify(ogn_data),client_address[0],client_address[1],self._server._listen_port))
logging.warn("Protocol ERROR, TCP ogn data %s from %s:%d via port %d"%(binascii.hexlify(ogn_data),client_address[0],client_address[1],self._server._listen_port))