diff options
author | Wojtek Kosior <koszko@koszko.org> | 2023-09-09 15:59:33 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2023-09-09 15:59:33 +0200 |
commit | 26c06d07e2d201c0c7f02eee10038b8d9d5dda64 (patch) | |
tree | faa6abd4e298a8911ff421adb901d1959006cfe1 | |
parent | 7276d8e6ae494bb7ab85c1cdfa2917e3b889468d (diff) | |
download | koszko-org-server-26c06d07e2d201c0c7f02eee10038b8d9d5dda64.tar.gz koszko-org-server-26c06d07e2d201c0c7f02eee10038b8d9d5dda64.zip |
Forward http and https ports to the container
-rwxr-xr-x | guix-container.sh | 2 |
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}" |