Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wipedlifepotato authored Jan 24, 2021
1 parent 645ecac commit 3d29e93
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
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

0 comments on commit 3d29e93

Please sign in to comment.