Coder Social home page Coder Social logo

docker-multitor's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

docker-multitor's Issues

IPs repeated too often

Tor is supposed to have thousands of IPs in its pool but for some reason my IP used here is repeated way too often, maybe once every 20th request.
Is this related to the number of tor instances launched at beginning or is it something else?

TOR Bridges

It is not working with TOR bridges so most providers can block us using the public TOR records of IP lists directories.
Adding bridges support would solve that.

Error/Warning message CheckProxyProcess() not found proxy processes ?

hi,

when i check the process status inside docker i get this warning message
multitor: [WARN] CheckProxyProcess() not found proxy processes

docker is working fine as well as multitor , it seems a function CheckProxyProcess is not available in a script somewhere ?

any suggestion how to fix this ?

TOR_INSTANCES env not working

I set TOR_INSTANCES = 20, but only 5 instances are created

➜  main-app git:(master) docker run --rm -e "TOR_INSTANCES=20" -p 16379:16379 evait/multitor

30/10/21 04:00:48  multitor:  [WARN] CheckProxyProcess() not found proxy processes

     Set processes: 5
           Created: 5
       Not created: 0
  Control password: d8eeRS3X3kVivwZOJ8

       Proxy state: running (haproxy » privoxy » socks)

30/10/21 04:00:48  multitor:  [EXIT] _get_trap_SIG > EXIT (0)

Cannot run multitor docker with privoxy

Hello,

I can run multitor docker with command multitor --init 5 --user root --socks-port 9000 --control-port 9900 --proxy socks, however, the option privoxy in the following command multitor --init 5 --user root --socks-port 9000 --control-port 9900 --proxy privoxy --haproxywill be error as shown in the image Imgur

Please help me to fix it, many thanks

Forwarding failure

Tried to use the proxy

curl --proxy 127.0.0.1:16379 http://echoip.com > out.html

end got following :(
any suggestions?


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>
  <title>503 - Forwarding failure (Privoxy@localhost)</title>
  <meta http-equiv="Content-Style-Type" content="text/css">
  <meta http-equiv="Content-Script-Type" content="text/javascript">
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta name="robots" content="noindex,nofollow">
  <link rel="shortcut icon" href="http://config.privoxy.org/error-favicon.ico">
  <style type="text/css">

/*
 * CSS for Privoxy CGI and script output
 *
 * $Id: cgi-style.css,v 1.14 2011/09/04 11:09:40 fabiankeil Exp $
 */

/*
 * General rules: Font, Color, Headings, Margins, Links
 */
body,td,th { font-family: arial, helvetica, helv, sans-serif; }
body { background-color: #ffffff; color: #000000; }

h1 { font-size: 140%; margin: 0px; }
h2 { font-size: 120%; margin: 0px; }
h3 { font-size: 110%; margin: 0px; }

p,pre  { margin-left: 15px; }
li { margin: 2px 15px; }
dl { margin: 2px 15px; }

a:link    { color: #0000dd; text-decoration: none; }
a:visited { color: #330099; text-decoration: none; }
a:active  { color: #3333ff; text-decoration: none; }

/*
 * Boxen as Table elements:
 */
td.title   { border: solid black 1px; background-color: #dddddd; }
td.box     { border: solid black 1px; background-color: #eeeeee; }
td.info    { border: solid black 1px; background-color: #ccccff; }
td.warning { border: solid black 1px; background-color: #ffdddd; }

/*
 * Special Table Boxen: for nesting, naked container and for
 * the Status field in CGI Output:
 */
td.wrapbox { border: solid black 1px; padding: 5px; }
td.container { padding: 0px; }
td.status  { border: solid black 1px; background-color: #ff0000; color: #ffffff; font-size: 300%; font-weight: bolder; }

/*
 * Same Boxen as <div>s:
 */
div.title    { border: solid black 1px; background-color: #dddddd; margin: 20px; padding: 20px; }
div.box      { border: solid black 1px; background-color: #eeeeee; margin: 20px; padding: 20px; }
div.info     { border: solid black 1px; background-color: #ccccff; margin: 20px; padding: 20px; }
div.warning  { border: solid black 1px; background-color: #ffdddd; margin: 20px; padding: 20px; }
div.wrapbox  { border: solid black 1px;                            margin: 20px; padding:  5px; }


/*
 * Bold definitions in <dl>s, grey BG for table headings, transparent (no-bordered) table
 */
dt { font-weight: bold; }
th { background-color: #dddddd; }
table.transparent { border-style: none}

/*
 * Special purpose paragraphs: Small for page footers,
 * Important for quoting wrong or dangerous examples,
 * Whiteframed for the toggle?mini=y CGI
 */
p.small { font-size: 10px; margin: 0px; }
p.important { border: solid black 1px; background-color: #ffdddd; font-weight: bold; padding: 2px; }
p.whiteframed { margin: 5px; padding: 5px; border: solid black 1px; text-align: center; background-color: #eeeeee; }

/*
 * Links as buttons:
 */

td.buttons {
  padding: 2px;
}

a.cmd, td.indentbuttons a, td.buttons a {
  white-space: nowrap;
  width: auto;
  padding: 2px;
  background-color: #dddddd;
  color:            #000000;
  text-decoration: none;
  border-top:    1px solid #ffffff;
  border-left:   1px solid #ffffff;
  border-bottom: 1px solid #000000;
  border-right:  1px solid #000000;
}
a.cmd:hover, td.indentbuttons a:hover, td.buttons a:hover {
  background-color: #eeeeee;
}
a.cmd:active, td.indentbuttons a:active, td.buttons a:active {
  border-top:    1px solid #000000;
  border-left:   1px solid #000000;
  border-bottom: 1px solid #ffffff;
  border-right:  1px solid #ffffff;
}


/*
 * Special red emphasis:
 */
em.warning, strong.warning { color: #ff0000 }

/*
 * In show-status we use tables directly behind headlines
 * and for some reason or another the headlines are set to
 * "margin:0" and leave the tables no air to breath.
 *
 * A proper fix would be to replace or remove the "margin:0",
 * but as this affects every cgi page we do it another time
 * and use this workaround until then.
 */
.box table { margin-top: 1em; }

/*
 * Let the URL and pattern input fields scale with the browser
 * width and try to prevent vertical scroll bars if the width
 * is less than 80 characters.
 */
input.url, input.pattern { width: 95%; }
  </style>
</head>

<body>

  <table summary="" cellpadding="20" cellspacing="10" border="0" width="100%">
    <tr>
      <td class="status">
        503
      </td>
      <td class="title" style="width: 100%">

        <h1>
          This is <a href="https://www.privoxy.org/">Privoxy</a> 3.0.26 on localhost (127.0.0.1), port 15380<!-- @if-can-toggle-start -->,
          enabled<!-- if-can-toggle-end@ -->
        </h1>

      </td>
    </tr>

<!--  -->

    <tr>
      <td class="warning" colspan=2>
        <h2>Forwarding failure</h2>
          <p>Privoxy was unable to <b>socks5t-forward</b> your request
             <a  title="Repeat the request"
              href="http://echoip.com/"><b>http://echoip.com/</b></a>
             through <b>127.0.0.1</b>:
            <strong>socks5 server unreachable</strong></p>
          </p>
          <p>Just <a title="Repeat the request" href="http://echoip.com/">try again</a> to
             see if this is a temporary problem, or check your <a title="Privoxy's show-status page"
              href="http://config.privoxy.org/show-status">forwarding settings</a>
             and make sure that all forwarding servers are working correctly and
             listening where they are supposed to be listening.
         </p>
      </td>
    </tr>

    <tr>
      <td class="box" colspan="2">
        <h2>More Privoxy:</h2>
        <ul><li><a href="http://config.privoxy.org/">Privoxy main page</a></li><li><a href="http://config.privoxy.org/show-status">View &amp; change the current configuration</a></li><li><a href="http://config.privoxy.org/show-version">View the source code version numbers</a></li><li><a href="http://config.privoxy.org/client-tags">View or toggle the tags that can be set based on the clients address</a></li><li><a href="http://config.privoxy.org/show-request">View the request headers</a></li><li><a href="http://config.privoxy.org/show-url-info">Look up which actions apply to a URL and why</a></li><li><a href="http://config.privoxy.org/user-manual/">Documentation</a></li></ul>
      </td>
    </tr>

    <tr>
      <td class="info" colspan="2">

       <h2>Support and Service:</h2>
        <p>
          The Privoxy Team values your feedback.
        </p>
        <p>
          Please have a look at the User Manual to learn how to
          <a title="Privoxy User Manual: Contacting the developers, Bug Reporting and Feature Requests"
           href="http://config.privoxy.org/user-manual/contact.html">get support or report problems</a>.
        <p>
          If you want to support the Privoxy Team, you can
          <a href="https://www.privoxy.org/faq/general.html#PARTICIPATE">participate</a>
          or <a href="https://www.privoxy.org/faq/general.html#DONATE">donate</a>.
        </p>

      </td>
    </tr>

<!--  -->

  </table>

</body>
</html>


Docake Update Documentation

Apologies if i have missed this as its already documented.
But, is there any documentation on updating the envizon docker images or can i just do a docker pull on all images in the stack.

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.