GithubHelp home page GithubHelp logo

r4sas / proxychecker Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 2 KB

Proxy tunnels checker for I2P written on python

Python 75.04% Shell 5.58% Batchfile 19.37%
i2pd i2p python3 proxy-checker urllib3 pysocks

proxychecker's Introduction

Proxy checker

Written on python, requires at least version 3.4.

For work needed PySocks and urllib3, install it with pip:

$ python3 -m pip install PySocks
$ python3 -m pip install urllib3

That script written primary for checking I2P proxy tunnels.

Configuring

Fill list.ini with your tunnels options as in example file.

At same time you need that tunnels configured in your tunnels.conf (i2pd) or tunnels page (i2p).

Example for false.i2p outproxy usage in i2pd:

[FALSE]
type = httpproxy
address = 127.0.0.1
port = 4450
outproxy = http://77mpz4z6s4eenjexleclqb36uxvqjtztqikjfqa4sovojh6gwwha.b32.i2p
keys = false.dat

And, according to that tunnel, proxy checker config:

[4450]
type    = http
address = 77mpz4z6s4eenjexleclqb36uxvqjtztqikjfqa4sovojh6gwwha.b32.i2p
name    = false.i2p
owner   = meeh
info    = httpproxy

Note that fields PORT and TYPE is required! Other fields is not required and used only for filling table output.

proxychecker's People

Contributors

r4sas avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.