Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robertfoss/i2pjump

I2P jump service. A sort of slave DNS server for I2P.
https://github.com/robertfoss/i2pjump

Last synced: 9 days ago
JSON representation

I2P jump service. A sort of slave DNS server for I2P.

Awesome Lists containing this project

README

        

# i2pjump

I2P jump service. A sort of dumb DNS server for I2P.

## Running

### Python

`$ python i2pjump.py`

### Docker

`$ docker run --net="host" -p 8081:8081 -v $(pwd)/hosts.db:/i2pjump/hosts.db:rw geti2p/i2pjump:latest`