chikahiroba-OpenBSD/var/www/htdocs/chikahiroba.i2p/index.html

63 行
1.9 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<title>地下広場</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body>
<h1>
Welcome to the Underground Square!<br />
地下広場へようこそ!
</h1>
<p>
I created this I2P-only IRC server because I'm just done with soycial media.<br />
I, 寮 (ryo), am the owner of this space, but feel free to create your own channels on this server.<br />
Server software is Ergo, so IP addresses are hidden by default.<br />
Let's return to the glory of web 1.0!
</p>
<p>
By the way, in case you wonder, "chikahiroba" means "Undeground (Town's) Square" in Japanese.<br />
Because this place is underground, and there's no specific theme.
</p>
<h2>Server details</h2>
<p>
Network name: chikahiroba<br />
Server: hvmpwwdqm5fpu5y4b6yuzqzb75kkhvnsnbxenbwpru7cjwl4qxla.b32.i2p<br />
Port: 5555<br />
Main channel: #izakaya
</p>
<h2>Configuring I2P tunnel</h2>
<p>
Edit the tunnels.conf file (in Linux and OpenBSD it's /etc/i2pd/tunnels.conf, in FreeBSD it's /usr/local/etc/i2pd/tunnels.conf).
<code>
<pre>
[IRC-CHIKAHIROBA]
type = client
address = 127.0.0.1
port = 6670
destination = hvmpwwdqm5fpu5y4b6yuzqzb75kkhvnsnbxenbwpru7cjwl4qxla.b32.i2p
destinationport = 5555
keys = irc-keys.dat
</pre>
</code>
Then do:<br />
/server add chika 127.0.0.1/6670<br />
/connect chika<br />
/join #izakaya
</p>
<p>
To create your own channel, simply use the "/join" command, start with a fashtag, and any name you want.
</p>
<p>My blog: <a href="http://ryocafe.i2p">寮居酒屋</a></p>
</body>
</html>