Sign inSign up

cofob/alfis

By cofob

•Updated 8 months ago

Blockchain-based distributed DNS written in Rust.

Image
2

50K+

cofob/alfis repository overview

⁠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⁠

Tag summary

Content type

Image

Digest

sha256:0c5788b1e…

Size

13.5 MB

Last updated

8 months ago

docker pull cofob/alfis