From 43035e72718eaddabd94aa76b25805c314073590 Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Fri, 5 Mar 2021 14:20:09 -0700 Subject: [PATCH] adds 80 --- agent/src/Lib/External/AppManifest.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/agent/src/Lib/External/AppManifest.hs b/agent/src/Lib/External/AppManifest.hs index 158e3b2b4..8964b924f 100644 --- a/agent/src/Lib/External/AppManifest.hs +++ b/agent/src/Lib/External/AppManifest.hs @@ -101,6 +101,7 @@ lanUiAvailable :: AppManifest -> Bool lanUiAvailable AppManifest {..} = any id $ fmap portMapEntryLan appManifestPortMapping <&> \case Just Standard -> True Just (Custom 443) -> True + Just (Custom 80 ) -> True _ -> False instance FromJSON AppManifest where