snowflake/proxy/static/index.html
David Fifield a762becbaa Link to wiki page rather than github source code.
I'm intuiting that the purpose of linking to github was to show the
README, not to link to the source code per se, so I changed the link to
point to the wiki page rather than gitweb.torproject.org/....

https://bugs.torproject.org/23947#comment:15
2018-04-16 10:24:00 -07:00

78 lines
1.7 KiB
HTML

<!doctype html>
<html>
<head>
<title>Snowflake</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<style>
body {
text-align: center; margin: auto;
width: 50%;
min-width: 40em;
}
textarea {
width: 100%;
height: 4em;
font-size: 12px;
resize: none;
padding: 1em;
}
</style>
</head>
<body>
<h1>Snowflake</h1>
<p>
<a href="https://trac.torproject.org/projects/tor/wiki/doc/Snowflake" target="_blank">Snowflake</a>
is a WebRTC pluggable transport for Tor.
</p>
<p>
Minimum functionality has been achieved, and it is possible
to bootstrap a Tor client to 100% using Snowflake, and the
browsing experience using this PT is reasonable enough.
</p>
<p>
However, Snowflake is also under active development and much work is needed.
<br/>
It is not yet stable or audited, probably has many issues,
and should not yet be relied upon!!
</p>
See
<a href="https://trac.torproject.org/projects/tor/wiki/doc/Snowflake"
target="_blank">
here</a> for more information.
<hr>
<p>
It is now possible to embed the Snowflake badge on any website:
</p>
<textarea readonly>
<iframe src="https://keroserene.net/snowflake/embed.html" width="88" height="16" frameborder="0" scrolling="no"></iframe>
</textarea>
<p>
Which looks like this:
</p>
<iframe src="https://keroserene.net/snowflake/embed.html" width="88" height="16" frameborder="0" scrolling="no"></iframe>
<p>
If it animates, then congratulations -- you are currently acting as a Tor bridge.
</p>
<hr>
Repo: <a target="_blank"
href="https://gitweb.torproject.org/pluggable-transports/snowflake.git/">
gitweb.torproject.org/pluggable-transports/snowflake.git
</a>
<br/>
Last update: <time>2018-04-16</time>
</body>
<html>