-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
645ecac
commit 3d29e93
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# DNS.CHUDO.I2P | ||
## What is? | ||
- Is source code of http://dns.chudo.i2p so its an addressbook service for i2p network. | ||
## Features | ||
- Adding a domain from a file [like to 'hosts.txt', by html forms(request.php)] | ||
- Jump service | ||
- See online status | ||
- Register subdomains for real domain, though some "file confirmation". | ||
## How to install | ||
``` | ||
git clone https://github.com/wipedlifepotato/dns.chudo.i2p.git | ||
cd dns.chudo.i2p | ||
mysql -u root -p... < contrib/sql.sql | ||
``` | ||
then install apache2/nginx etc... with php (TODO: depencies list) | ||
and put the files in virtual directory of webserver |