Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbers committed Aug 6, 2012
1 parent 87851ff commit c257288
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
PROXYMAPS = {
"0.0.0.0:3128": "ya.ru:80",
"[::]:1234": "127.0.0.1:80",
"[::]:3456": "[::1]:80"
}
5 changes: 5 additions & 0 deletions quick_proxy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env python

import select
import socket

0 comments on commit c257288

Please sign in to comment.