Linux Server (AWS, GCP, Azure, etc)
docker run --net=host -e SIEGE_APIKEY=<your api key> \ -e SIEGE_SERVER=<your siege cloud url>/api/v1/listener/event/update \ -e SIEGE_FILTER='tcp and port 80' \ public.ecr.aws/v1v0p1n9/siegelistener
Last updated
docker run --net=host
-e SIEGE_APIKEY=<your api key> \
-e SIEGE_SERVER=<your siege cloud url>/api/v1/listener/event/update \
-e SIEGE_FILTER='tcp and port 80' \
public.ecr.aws/v1v0p1n9/siegelistenerLast updated