error-pages/internal/cli
Pаramtamtаm 36c5472987
feat: IPv6 support (#192)
* 🐛 fix(server.go): validate IP address before starting server
 feat(server.go): add support for IPv6 addresses

*  feat(cli): add support for IPv6 addresses in the `--listen` flag

* 🐛 fix(server.go): add nolint comment to ignore magic number warning in ipv6 check

* 🐛 fix(server.go): use fmt.Sprintf to format IP and port instead of strconv.Itoa and string concatenation
2023-04-21 16:33:33 +04:00
..
build chore: Module name changed, deps updated 2023-02-23 21:49:45 +04:00
healthcheck chore: Module name changed, deps updated 2023-02-23 21:49:45 +04:00
serve feat: Non-existing pages now return styled 404 status page (with 404 status code) (#189) 2023-04-07 14:42:00 +04:00
shared feat: IPv6 support (#192) 2023-04-21 16:33:33 +04:00
app_test.go chore: Module name changed, deps updated 2023-02-23 21:49:45 +04:00
app.go chore: Module name changed, deps updated 2023-02-23 21:49:45 +04:00