]> git.ipfire.org Git - thirdparty/openvpn.git/commit
allow user to specify 'local' multiple times in config files
authorAntonio Quartulli <a@unstable.cc>
Thu, 23 Jan 2025 15:51:11 +0000 (16:51 +0100)
committerGert Doering <gert@greenie.muc.de>
Thu, 23 Jan 2025 17:09:19 +0000 (18:09 +0100)
commit8466c2ca3faf0dc143262ea2a76bfe3e2aff9f51
tree749ca65f1aab2cea28d51760cbe954035dc82a31
parent5cea4bc75e1b87ec7225a89b7cf5cadb85e77e8a
allow user to specify 'local' multiple times in config files

It is now possible to specify 'local' multiple times in a server
config to let it listen on multiple sockets (address:port) of
the same protocol.

Change-Id: I4d1c96662c5a8c750d883e3b20adde09529e2764
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Signed-off-by: Gianmarco De Gregori <gianmarco@mandelbit.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20250123155111.23371-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg30544.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/man-sections/link-options.rst
src/openvpn/init.c
src/openvpn/options.c
src/openvpn/options.h
src/openvpn/socket.c