lokinet/llarp/config
Jason Rhinelander 841abffaf5
Make outbound wildcard default to inbound IP
outbound=:1234
    outbound=0.0.0.0:1234
    outbound=
    outbound=0.0.0.0

now all default to use the inbound= IP.  (If multiple inbound= IPs are
given, we raise an exception to abort startup).

Only applies to routers (since clients don't have inbound IPs), and
eliminates potential weird edge cases with local system IP and routing
shenanigans.
2022-07-21 17:53:25 -03:00
..
config.cpp Make outbound wildcard default to inbound IP 2022-07-21 17:53:25 -03:00
config.hpp * add mockable network functions 2022-07-20 13:36:03 -04:00
definition.cpp * add mockable network functions 2022-07-20 13:36:03 -04:00
definition.hpp * add mockable network functions 2022-07-20 13:36:03 -04:00
ini.cpp Replace logging with oxen-logger 2022-07-15 22:17:59 -03:00
ini.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
key_manager.cpp Replace logging with oxen-logger 2022-07-15 22:17:59 -03:00
key_manager.hpp Rename isRouter -> isSNode 2021-04-19 06:58:36 -04:00