##Dingjun on github
This is the pages of dingjun on github
###My open source project
1. dnsproxy
this is a dnsproxy program that has the some features:
forward the dns request to many servers at the same time
has the blacklist to filter the fake ip from ISP
has the internal cache
this is a http proxy that masked as standard http request to passthrough the firewall
it uses rc4 to encrypt the real request
support http/https proxy
it's a pure python program and depend the gevent and pycrypto