1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/config
Ingmar Stein 8fa5041c37 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 12:46:34 -07: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 12:46:34 -07:00
options.go feat: Allow multiple listen addresses 2025-06-20 12:46:34 -07:00
parser.go feat: Allow multiple listen addresses 2025-06-20 12:46:34 -07:00
parser_test.go feat: Allow multiple listen addresses 2025-06-20 12:46:34 -07:00