diff --git a/CTFd/plugins/ctfd-owl/templates/containers.html b/CTFd/plugins/ctfd-owl/templates/containers.html index 78cdf130..60bd1387 100644 --- a/CTFd/plugins/ctfd-owl/templates/containers.html +++ b/CTFd/plugins/ctfd-owl/templates/containers.html @@ -52,7 +52,7 @@

CTFd Owl Instances

- {% if container.port == 0 %} + {% if container.redirect_type == 'http' %} {% if configs.get('frp_http_port', "80") == "80" %} {{ "http://" + container.uuid + configs.get('frp_http_domain_suffix', "") }} {% else %}