aboutsummaryrefslogtreecommitdiffstats

loldns

loldns is a toy DNS server.

Dependencies

Run DNS server

make result
result/bin/loldns test.conf test.db

Run DNS server in GHCi

make ghci
:l loldns
withArgs ["test.conf","test.db"] main