1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/http/server
Ingmar Stein f88a35ced8 feat: Allow multiple listen addresses
This change implements the ability to specify multiple listen addresses.
This allows the application to listen on different interfaces or ports simultaneously,
or a combination of IP addresses and Unix sockets.

Closes #3343
2025-06-20 06:57:18 +02:00
..
httpd.go feat: Allow multiple listen addresses 2025-06-20 06:57:18 +02:00
middleware.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00