Skip to content

Commit 4b1d76e

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
all:
22

3-
SITE = badssl.com
3+
SITE = badssl.test
44
URL = "https://${SITE}/"
55

66
.PHONY: open
@@ -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)