examplecode / mproxy

c 语言实现的一个最小的http代理,支持翻墙
990 stars 378 forks source link

Fix a bug: #6

Closed karottc closed 1 year ago

karottc commented 9 years ago

Fix a bug:

  1. ./mproxy -l abc -h name:abc .... should return a error.
  2. ./mproxy -l -h -d -E , should return a error.
  3. update a prompt information.
  4. add a function to print error information of command-line argument.