diff --git a/.loom/published/public-access.md b/.loom/published/public-access.md index 669a510..40a28d6 100644 --- a/.loom/published/public-access.md +++ b/.loom/published/public-access.md @@ -85,5 +85,5 @@ curl -sS -o /dev/null -w "%{http_code}\n" https://class.hypertheory-labs.dev/ # A hostname with no listener MUST 404. A 200 means a route was widened. curl -skS -o /dev/null -w "%{http_code}\n" \ - --resolve bogus.hypertheory-labs.dev:443:192.168.5.10 https://bogus.hypertheory-labs.dev/ + --resolve bogus.hypertheory-labs.dev:443: https://bogus.hypertheory-labs.dev/ ```