node and site changes
This commit is contained in:
parent
01bd4a426c
commit
58d4f166a7
2 changed files with 23 additions and 10 deletions
|
|
@ -14,16 +14,22 @@
|
||||||
kubo.enable = true;
|
kubo.enable = true;
|
||||||
|
|
||||||
tor.relay.onionServices."site".map = [
|
tor.relay.onionServices."site".map = [
|
||||||
|
4001
|
||||||
|
8080
|
||||||
8333
|
8333
|
||||||
18080
|
18080
|
||||||
18081
|
18081
|
||||||
4001
|
|
||||||
];
|
];
|
||||||
|
|
||||||
caddy.virtualHosts."xmr.distrust.network".extraConfig = ''
|
caddy.virtualHosts = {
|
||||||
reverse_proxy localhost:18081
|
"xmr.distrust.network".extraConfig = ''
|
||||||
'';
|
reverse_proxy localhost:18081
|
||||||
|
'';
|
||||||
|
"ipfs.distrust.network".extraConfig = ''
|
||||||
|
reverse_proxy localhost:8080
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [8333 18080 4001];
|
networking.firewall.allowedTCPPorts = [4001 8333 18080];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,9 @@
|
||||||
.hover {
|
.hover {
|
||||||
text-decoration-style: dotted;
|
text-decoration-style: dotted;
|
||||||
}
|
}
|
||||||
|
.external {
|
||||||
|
text-decoration-style: wavy;
|
||||||
|
}
|
||||||
hr {
|
hr {
|
||||||
height: 0.1rem;
|
height: 0.1rem;
|
||||||
background-color: plum;
|
background-color: plum;
|
||||||
|
|
@ -71,6 +74,10 @@
|
||||||
-webkit-columns: 2;
|
-webkit-columns: 2;
|
||||||
-moz-columns: 2;
|
-moz-columns: 2;
|
||||||
}
|
}
|
||||||
|
.dimmed {
|
||||||
|
color: gray;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
@ -78,8 +85,8 @@
|
||||||
<h1>Distrust</h1>
|
<h1>Distrust</h1>
|
||||||
<img src="/logo.png" class="privacy-policy" width="75" height="75" alt="An eye, crossed out.">
|
<img src="/logo.png" class="privacy-policy" width="75" height="75" alt="An eye, crossed out.">
|
||||||
<hr>
|
<hr>
|
||||||
<p><i>"See no evil, hear no evil, speak no evil."</i>
|
<p><i>"We know where you are. We know where you've been. We can more or less know what you're thinking about."</i>
|
||||||
<small><a href="https://en.wikipedia.org/wiki/Three_wise_monkeys">Japanese Pictoral Maxim</a></small></p>
|
<small><a href="https://www.businessinsider.com/eric-schmidt-we-know-where-you-are-we-know-where-youve-been-we-can-more-or-less-know-what-youre-thinking-about-2010-10" class="external">Eric Schmidt, Former Google CEO</a></small></p>
|
||||||
<h3>About</h3>
|
<h3>About</h3>
|
||||||
<hr>
|
<hr>
|
||||||
<p>The Distrust family of services works off one simple principle:</p>
|
<p>The Distrust family of services works off one simple principle:</p>
|
||||||
|
|
@ -107,10 +114,9 @@
|
||||||
<li>Microbin (Paste) <small><a href="http://s4h5nfnwwhzku55opxlqouobioibx4htwygnp2l4fkp256lur5s53rad.onion">[tor]</a>
|
<li>Microbin (Paste) <small><a href="http://s4h5nfnwwhzku55opxlqouobioibx4htwygnp2l4fkp256lur5s53rad.onion">[tor]</a>
|
||||||
<a href="https://paste.distrust.network/">[clearnet]</a></small></li>
|
<a href="https://paste.distrust.network/">[clearnet]</a></small></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>We also host nodes for <a href="https://bitnodes.io/nodes/2a02:c207:2288:2816::1-8333/" title="157.173.124.100:8333">Bitcoin (BTC)</a>, <a href="https://xmr.distrust.network/get_info" title="Only available at https://xmr.distrust.network over clearnet." class="hover">Monero (XMR)</a>, <a href="https://ipfs.tech/">IPFS</a>, and a <a href="https://metrics.torproject.org/rs.html#details/DF11EEF85A2B3AD56716D89D00380D9FC5EA0740">TOR relay</a>
|
<p>We also host nodes for <a href="https://bitnodes.io/nodes/2a02:c207:2288:2816::1-8333/" title="157.173.124.100:8333" class="external">Bitcoin (BTC)</a>, <a href="https://xmr.distrust.network/get_info" title="Only available at https://xmr.distrust.network over clearnet. Port 18081 over TOR" class="hover">Monero (XMR)</a>, an <a href="https://ipfs.distrust.network/ipfs/Qmc5gCcjYypU7y28oCALwfSvxCBskLuPKWpK4qpterKC7z" title="Only available at https://ipfs.distrust.network over clearnet. Port 8080 over TOR" class="hover">IPFS gateway</a>, and a <a href="https://metrics.torproject.org/rs.html#details/DF11EEF85A2B3AD56716D89D00380D9FC5EA0740" class="external">TOR relay</a>
|
||||||
to strengthen their respective networks. They are all available over clearnet and TOR using this main webpages <a title="157.173.124.100, 2a02:c207:2288:2816::1" class="hover">IP</a>
|
to strengthen their respective networks. They are all available over clearnet and TOR using this main webpages <a title="157.173.124.100, 2a02:c207:2288:2816::1" class="hover">IP</a>
|
||||||
and <a title="distrustdtp5qgbk2firlzfkkmu5p6v6acuh2ox454zd2i3ujdqad5yd.onion" class="hover">.onion URL</a>
|
and <a title="distrustdtp5qgbk2firlzfkkmu5p6v6acuh2ox454zd2i3ujdqad5yd.onion" class="hover">.onion URL</a>.</p>
|
||||||
on ports 8333, 18080, 4001, and 9001 respectively.</p>
|
|
||||||
<p>All services have a strict no-metrics policy, with logs being kept for at most 1 hour (for debugging purposes).</p>
|
<p>All services have a strict no-metrics policy, with logs being kept for at most 1 hour (for debugging purposes).</p>
|
||||||
<p>The server runs a hardened NixOS config, and is updated when appropriate for any security/hardening tweaks. This NixOS config is auditable and freely accessible over <a href="http://cr27k6asjs7skvjxs6smhqfam3wlvmft2f3iins44k6p6rmmfyolobqd.onion/root/flake">TOR</a>
|
<p>The server runs a hardened NixOS config, and is updated when appropriate for any security/hardening tweaks. This NixOS config is auditable and freely accessible over <a href="http://cr27k6asjs7skvjxs6smhqfam3wlvmft2f3iins44k6p6rmmfyolobqd.onion/root/flake">TOR</a>
|
||||||
and <a href="https://git.distrust.network/root/flake">clearnet</a>.</p>
|
and <a href="https://git.distrust.network/root/flake">clearnet</a>.</p>
|
||||||
|
|
@ -118,6 +124,7 @@
|
||||||
with your desired username.</p>
|
with your desired username.</p>
|
||||||
<hr>
|
<hr>
|
||||||
<a href="mailto:root@distrust.network?subject=INQUIRY">Contact</a><a href="/privacy-policy.html" class="privacy-policy">Privacy Policy</a>
|
<a href="mailto:root@distrust.network?subject=INQUIRY">Contact</a><a href="/privacy-policy.html" class="privacy-policy">Privacy Policy</a>
|
||||||
|
<p class="dimmed"><i>Highlight Types: <a class="hover">Hoverable</a>, <a>Internal Link</a>, <a class="external">External Link</a>.</i></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue