1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-06 17:41:00 +00:00
miniflux-v2/internal/config
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
..
config.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
config_test.go feat: Allow multiple listen addresses 2025-06-20 06:57:18 +02:00
options.go feat: Allow multiple listen addresses 2025-06-20 06:57:18 +02:00
parser.go feat: Allow multiple listen addresses 2025-06-20 06:57:18 +02:00
parser_test.go feat: Allow multiple listen addresses 2025-06-20 06:57:18 +02:00