Skip to content

Commit

Permalink
fix prefers private proxy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fqrouter committed Dec 27, 2013
1 parent 9cb2fb0 commit f81da21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fqsocks/pages/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def home_page(environ, start_response):
https_enforcer_enabled=proxy_client.https_enforcer_enabled,
china_shortcut_enabled=proxy_client.china_shortcut_enabled,
direct_access_enabled=proxy_client.direct_access_enabled,
prefers_private_proxy=proxy_client.prefers_private_proxy,
config=config_file.read_config(),
is_root=is_root,
default_interface_ip=networking.get_default_interface_ip(),
Expand Down

0 comments on commit f81da21

Please sign in to comment.