]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Allow to bind to multiple addresses using a CSV at server.address
authorpcarana <pc.moreno2099@gmail.com>
Mon, 13 Jul 2020 19:08:59 +0000 (14:08 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Mon, 13 Jul 2020 19:08:59 +0000 (14:08 -0500)
commitf5a899f2a7d940735c9d28f93e3faf1eb385729f
tree21d20e73afa5ac42475fd5f7846f15185e55382d
parentbb643d01443f4ecdb96752643bf657a07551f0bd
Allow to bind to multiple addresses using a CSV at server.address
13 files changed:
src/Makefile.am
src/cert_stack.c
src/config.c
src/config.h
src/config/string_array.c
src/object/certificate.c
src/rsync/rsync.c
src/rtr/rtr.c
src/str_token.c [moved from src/str.c with 76% similarity]
src/str_token.h [moved from src/str.h with 76% similarity]
src/uri.c
test/rsync_test.c
test/tal_test.c