Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robertfoss/i2pjump
- Owner: robertfoss
- License: unlicense
- Created: 2012-12-05T13:33:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T14:58:40.000Z (over 2 years ago)
- Last Synced: 2024-08-01T13:37:27.266Z (3 months ago)
- Language: Python
- Homepage: geti2p.net
- Size: 2.05 MB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-i2p - i2pjump - I2P jump service. A sort of slave DNS server for I2P. (Self Hosted / I2Pd)
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`