| Index: ports/tor/index.html
|
| diff --git a/ports/tor/index.html b/ports/tor/index.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ab229c3eadc89e45591c1c7221642c9cee9cba73
|
| --- /dev/null
|
| +++ b/ports/tor/index.html
|
| @@ -0,0 +1,46 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>KroTor</title>
|
| + <META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
|
| + <META HTTP-EQUIV="Expires" CONTENT="-1" />
|
| + <script type="text/javascript" src="hterm.concat.js"></script>
|
| + <script type="text/javascript" src="pipeserver.js"></script>
|
| + <script type="text/javascript" src="naclprocess.js"></script>
|
| + <script type="text/javascript" src="naclterm.js"></script>
|
| + <script type="text/javascript" src="tor.js"></script>
|
| +
|
| +
|
| + <style type="text/css">
|
| + body {
|
| + position: absolute;
|
| + padding: 0;
|
| + margin: 0;
|
| + height: 100%;
|
| + width: 100%;
|
| + overflow: scroll;
|
| + }
|
| +
|
| + #terminal {
|
| + height: 450px;
|
| + position: relative;
|
| + padding: 5px;
|
| + }
|
| + </style>
|
| +
|
| + </head>
|
| + <body>
|
| + <h4 style="text-align: center;">KroTor-beta</h4>
|
| + <div>
|
| + <p style="text-align: center;">Access the internet via Tor Network<br/> To learn more about Tor Project,please visit https://www.torproject.org</p>
|
| + <ul>
|
| + <li>On successful run ie 100% bootstrapped (see the logs in terminal), a tor (socks) proxy will be available system wide at <strong>127.0.0.1:9999</strong>, point your browser/
|
| + application accordingly to the proxy</li>
|
| + <li>The app don't honor the system network settings yet, viz. if you are behind a proxy then it will not work for now</li>
|
| + <li>The functionality to define various settings such as firewall rules, proxy settings etc will be added in next version.</li>
|
| + </ul>
|
| + </div>
|
| +
|
| + <div id="terminal"></div>
|
| + </body>
|
| +</html>
|
|
|