Exclude 127.0.01 and localhost in global mode.

This commit is contained in:
Charlie Qiu
2016-06-12 02:06:25 +08:00
parent 6c9bcba9fa
commit e67f7d27cb
3 changed files with 11 additions and 5 deletions

View File

@ -9,6 +9,6 @@
#ifndef proxy_conf_helper_version_h
#define proxy_conf_helper_version_h
#define kProxyConfHelperVersion @"1.0.0"
#define kProxyConfHelperVersion @"1.1.0"
#endif /* proxy_conf_helper_version_h */