From: Ian Jackson Date: Sun, 8 Jan 2023 15:40:31 +0000 (+0000) Subject: adt-full: Use port 80, not 443 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=0474986fde0b08955fd83d0bd9368a613b9a6ba8;p=hippotat.git adt-full: Use port 80, not 443 We're not doing TLS! Signed-off-by: Ian Jackson --- diff --git a/adt/acommon b/adt/acommon index 98ae119..71714d8 100644 --- a/adt/acommon +++ b/adt/acommon @@ -92,7 +92,7 @@ server = sam [sam] addrs = 198.51.100.1 -port = 443 +port = 80 vnetwork = 192.0.2.0/24 END @@ -112,7 +112,7 @@ ENDC } configure-server () { in- server bash -xe <<'ENDS' - f=/etc/authbind/byport/443 + f=/etc/authbind/byport/80 touch $f chgrp _hippotat $f chmod 554 $f