This commit is contained in:
nihilist 2024-11-16 15:51:56 +01:00
parent 3ac983a46a
commit 6df05c8636

View File

@ -565,23 +565,38 @@ To https://git.nowhere.moe/nihilist/blog-contributions
d1bc9ce..39b29a3 main -> main
</pre></code>
<p>And that's it! you have now made the mirrors.txt file accessible to your audience. they can simply download it like so:</p>
<p>And that's it! you have now made the mirrors.txt file accessible to your audience. They now can simply download it like so:</p>
<pre><code class="nim">
[ mainpc ] [ /dev/pts/7 ] [/tmp]
→ wget https://blog.nowhere.moe/mirrors.txt
--2024-11-16 15:40:08-- https://blog.nowhere.moe/mirrors.txt
Resolving blog.nowhere.moe (blog.nowhere.moe)... 65.109.30.253
Connecting to blog.nowhere.moe (blog.nowhere.moe)|65.109.30.253|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 264 [text/plain]
Saving to: mirrors.txt
→ apt install curl -y
mirrors.txt 100%[================================================>] 264 --.-KB/s in 0s
[ mainpc ] [ /dev/pts/7 ] [/tmp]
→ curl https://blog.nowhere.moe/mirrors.txt
### Active ###
2024-11-16 15:40:09 (6.10 MB/s) - mirrors.txt saved [264/264]
Nihilist:
-Clearnet: https://blog.nowhere.moe
-Tor: http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion
-Clearnet: https://git.nowhere.moe/nihilist/blog-contributions
-Tor: http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions
### Inactive ###
### Removed ###
[ mainpc ] [ /dev/pts/7 ] [/tmp]
→ curl -x socks5h://127.0.0.1:9050 http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/mirrors.txt
### Active ###
Nihilist:
-Clearnet: https://blog.nowhere.moe
-Tor: http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion
-Clearnet: https://git.nowhere.moe/nihilist/blog-contributions
-Tor: http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions
### Inactive ###
### Removed ###
</pre></code>
</div>