-
- Downloads
config: Change Address to be a LINELIST
With prop312, we want to support IPv4 and IPv6 thus multiple Address statement
(up to 2) will be accepted.
For this, "Address" option becomes a LINELIST so we can properly process the
IPv4 or/and IPv6.
Part of #33233
Signed-off-by:
David Goulet <dgoulet@torproject.org>
Showing
- src/app/config/config.c 2 additions, 2 deletionssrc/app/config/config.c
- src/app/config/or_options_st.h 4 additions, 1 deletionsrc/app/config/or_options_st.h
- src/app/config/resolve_addr.c 4 additions, 3 deletionssrc/app/config/resolve_addr.c
- src/app/main/main.c 1 addition, 2 deletionssrc/app/main/main.c
- src/feature/relay/relay_config.c 1 addition, 1 deletionsrc/feature/relay/relay_config.c
- src/test/test_config.c 18 additions, 17 deletionssrc/test/test_config.c
Loading
Please register or sign in to comment