0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-12-23 04:30:11 +09:00

Compare commits

..

No commits in common. "c30312a46a4dda5d4d45d8d0ec44cffc8ffe87bd" and "f0cf3729a0595afbbd60ce909f309ab0cefd6c62" have entirely different histories.

2 changed files with 12 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Among Us helper; API: [`galactus.yude.jp`](https://galactus.yude.jp)
* [Owncast](https://live.yude.jp) * [Owncast](https://live.yude.jp)
* [Minecraft Server](https://yude.jp/minecraft) * [Minecraft Server](https://yude.jp/minecraft)
## Anonymous communication ## 秘匿化ネットワーク
### Tor ### Tor
* Relay: [yudejp] * Relay: [yudejp]
* Hidden Service: [yude3mzscyufx5u3zup72ium7tgecy3bd67p7t6vqhaywvr7e2gqpcqd.onion](yude3mzscyufx5u3zup72ium7tgecy3bd67p7t6vqhaywvr7e2gqpcqd.onion) * Hidden Service: [yude3mzscyufx5u3zup72ium7tgecy3bd67p7t6vqhaywvr7e2gqpcqd.onion](yude3mzscyufx5u3zup72ium7tgecy3bd67p7t6vqhaywvr7e2gqpcqd.onion)

View File

@ -18,6 +18,17 @@ export default function Footer(props) {
<p className="text-sm font-bold mb-2"> <p className="text-sm font-bold mb-2">
{t('footer')} / <Link href="https://github.com/yudejp/yude.jp"><a className="hover:underline">{t('source')}</a></Link> {t('footer')} / <Link href="https://github.com/yudejp/yude.jp"><a className="hover:underline">{t('source')}</a></Link>
</p> </p>
<p>
<span>
<Link href="yude3mzscyufx5u3zup72ium7tgecy3bd67p7t6vqhaywvr7e2gqpcqd.onion"><a className="hover:underline">Tor</a></Link>
</span>
<span className="text-xs">
&nbsp;&#9899;&nbsp;
</span>
<span>
<Link href="http://yudejp.i2p/?i2paddresshelper=55ivoba6mo3mqlwvw5lqz7lchxqew2kh77kwkn5shefrj2dp3coq.b32.i2p"><a className="hover:underline">I2P</a></Link>
</span>
</p>
</div> </div>
</div> </div>
</div> </div>