diff options
author | yvesf <yvesf-git@xapek.org> | 2010-04-05 22:26:19 +0200 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2010-04-05 22:26:19 +0200 |
commit | 08affaf4d08150bbb75ffb9d5471478c6c5b786e (patch) | |
tree | 2e1b334803a26569e26574f67faa77f36709da91 /magicproxy | |
parent | a5529c8a89a402781c739ab5a689636c89706e06 (diff) | |
download | magicproxy-08affaf4d08150bbb75ffb9d5471478c6c5b786e.tar.gz magicproxy-08affaf4d08150bbb75ffb9d5471478c6c5b786e.zip |
Diffstat (limited to 'magicproxy')
-rwxr-xr-x | magicproxy/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/magicproxy/__init__.py b/magicproxy/__init__.py index 7aba472..89ce1d8 100755 --- a/magicproxy/__init__.py +++ b/magicproxy/__init__.py @@ -15,6 +15,7 @@ class DefaultConfiguration: """available http-proxies""" endpoints=[ ('10.2.2.11', 8888), + ('10.2.2.152', 8888), #('10.3.1.2',8888) ] |