This commit is contained in:
nihilist 2024-11-16 15:45:06 +01:00
parent 0c2a9db2af
commit 3ac983a46a

View File

@ -567,6 +567,21 @@ To https://git.nowhere.moe/nihilist/blog-contributions
</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>
<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
mirrors.txt 100%[================================================>] 264 --.-KB/s in 0s
2024-11-16 15:40:09 (6.10 MB/s) - mirrors.txt saved [264/264]
</pre></code>
</div>