Quickstart
Build and run araneala:
cargo build --release
# needed to bind port 80
setcap cap_net_bind_service=+eip target/release/araneala
./target/release/araneala
Run any web server on your computer. For instance, you can serve the project documentation with mdbook serve docs -p 0
If you use the dns server, open araneala.internal in your web browser. You will see a list of web servers running on your computer.
If not, you can add the following in your host file to register the araneala.internal host :
127.0.0.1 araneala.internal
::1 araneala.internal