TUN-7271: Return 503 status code when no ingress rules configured

This commit is contained in:
Sudarsan Reddy
2023-03-13 09:24:20 +00:00
parent 9c15f31d00
commit 1742379ba4
4 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
## 2023.3.1
### Breaking Change
- Running a tunnel without ingress rules defined in configuration file nor from the CLI flags will no longer provide a default ingress rule to localhost:8080 and instead will return HTTP response code 502 for all incoming HTTP requests.
- Running a tunnel without ingress rules defined in configuration file nor from the CLI flags will no longer provide a default ingress rule to localhost:8080 and instead will return HTTP response code 503 for all incoming HTTP requests.
## 2023.2.2
### Notices