By default the Makefile will use the HTTP port 8080
- Make sure you have Wireguard installed (
wg-quick
) - Save the Makefile somewhere in your own project
- Run
make
to know available goals
# Run on the default HTTP 8080 port
make up
# Run on a custom HTTP port
make up HTTP_PORT=8000
# Close the tunnel
make down