aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2023-09-09 15:59:33 +0200
committerWojtek Kosior <koszko@koszko.org>2023-09-09 15:59:33 +0200
commit26c06d07e2d201c0c7f02eee10038b8d9d5dda64 (patch)
treefaa6abd4e298a8911ff421adb901d1959006cfe1
parent7276d8e6ae494bb7ab85c1cdfa2917e3b889468d (diff)
downloadkoszko-org-server-26c06d07e2d201c0c7f02eee10038b8d9d5dda64.tar.gz
koszko-org-server-26c06d07e2d201c0c7f02eee10038b8d9d5dda64.zip
Forward http and https ports to the container
-rwxr-xr-xguix-container.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-container.sh b/guix-container.sh
index 1d4d6e0..5226a6a 100755
--- a/guix-container.sh
+++ b/guix-container.sh
@@ -81,7 +81,7 @@ done
GUILE_PID=
SUCCESS=
QUIET_EXIT=
-FORWARDED_PORTLISTS="tcp:25,12525,465,587 tcp:993 udp:53 tcp:53"
+FORWARDED_PORTLISTS="tcp:25,12525,465,587 tcp:993 udp:53 tcp:53 tcp:80,443"
colon_sep_field() {
printf '%s\n' "$1" | awk -F : "{print \$$2}"