cofob/alfis

By cofob

Updated 6 days ago

Blockchain-based distributed DNS written in Rust.

Image
2

50K+

Alfis

Docker container for alfis dns.

Run

Map port 53 to the host

docker run --rm --name alfis -p 53:53/tcp -p 53:53/udp cofob/alfis

If you want run without preloaded blockchain and save blockchain state

docker run --rm --name alfis -p 53:53/tcp -p 53:53/udp -v alfis:/storage cofob/alfis:bare

And you may open peer-port (to participate in the block exchange)

docker run --rm --name alfis -p 53:53/tcp -p 53:53/udp -p 4244:4244/tcp cofob/alfis

Volumes

/storage - contains blockchain and config file

Git

Docker Pull Command

docker pull cofob/alfis