This commit is contained in:
parent
8e97c889a9
commit
d0d0489326
@ -1,4 +1,4 @@
|
||||
name: Deploy to production
|
||||
name: Deploy to production.
|
||||
run-name: Deploying to production
|
||||
on: [push]
|
||||
jobs:
|
||||
|
@ -54,6 +54,12 @@
|
||||
>RESEARCH (SEE BELOW)</a
|
||||
>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<a
|
||||
href="https://elia.network/tor.html"
|
||||
class="entry-link"
|
||||
>TOR NOTICE</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
|
151
tor.html
Normal file
151
tor.html
Normal file
@ -0,0 +1,151 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<style>
|
||||
body {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
line-height: 1.6;
|
||||
max-width: 800px;
|
||||
margin: 20px auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.notice-header {
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.contact {
|
||||
background-color: #f5f5f5;
|
||||
padding: 15px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Elia.network - Tor nodes</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
line-height: 1.6;
|
||||
max-width: 800px;
|
||||
margin: 20px auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.notice-header {
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.contact {
|
||||
background-color: #f5f5f5;
|
||||
padding: 15px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="notice-header">
|
||||
LEGAL NOTICE: TOR EXIT NODE OPERATOR
|
||||
</div>
|
||||
|
||||
<p>
|
||||
This is an official notice regarding the Tor exit node(s)
|
||||
operating on this network's IP address space. If you've
|
||||
reached this page, you're likely investigating (malicious)
|
||||
network traffic originating from our IP address(es).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
IMPORTANT: This network operates more then one Tor exit
|
||||
nodes. Tor is a legal anonymity network used by millions of
|
||||
people for legitimate purposes, including privacy
|
||||
protection, censorship circumvention, and security research.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you're investigating abuse, malicious activity, attacks
|
||||
or any other concerning traffic that appears to originate
|
||||
from our IP address(es), please note:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
The traffic you're investigating is likely exit traffic
|
||||
from the Tor network
|
||||
</li>
|
||||
<li>
|
||||
We do not have access to, control over, or records of
|
||||
the origin of this traffic (we are able to provide with
|
||||
approximate volume of traffic to your service/network)
|
||||
</li>
|
||||
<li>
|
||||
We do not operate the activity that you may be
|
||||
investigating
|
||||
</li>
|
||||
<li>
|
||||
We maintain this exit node as a contribution to internet
|
||||
privacy and freedom.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="contact">
|
||||
<p>
|
||||
Before proceeding with any legal action, contact us
|
||||
first to verify whether the traffic in question is
|
||||
indeed Tor exit traffic. This can save time and
|
||||
resources for all parties involved. (especially for us,
|
||||
as legal actions are expensive and time consuming for a
|
||||
student.)
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Contact Information:<br />
|
||||
Email: noc@elia.network<br />
|
||||
PGP Key: <a href="/pgp.txt">Here</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p>Additional Resources:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.torproject.org/"
|
||||
>The Tor Project</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="https://2019.www.torproject.org/docs/faq-abuse.html.en"
|
||||
>Tor Abuse FAQ</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://metrics.torproject.org/"
|
||||
>Tor Metrics</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
This node is operated in accordance with all applicable laws
|
||||
and regulations. We are committed to addressing legitimate
|
||||
concerns while maintaining the privacy and security benefits
|
||||
that Tor provides to its users worldwide.
|
||||
</p>
|
||||
|
||||
<footer>
|
||||
<p><small>Last updated: 17.11.24, 6:25PM</small></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user