Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 466d11d

Browse files
committed
Add ports 1000-1024 to experimental noether target in Makefile. Addresses #168.
1 parent 26f9180 commit 466d11d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ list-domains:
7575
| grep -v "\*"
7676

7777
.PHONY: noether
78-
noether: jekyll
78+
noether: keys jekyll
7979
docker build -t badssl .
8080
docker-machine ip badssl
81-
docker run -it -p 80:80 -p 443:443 badssl
81+
docker run -it -p 80:80 -p 443:443 -p 1000-1024:1000-1024 badssl

0 commit comments

Comments
 (0)