You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 years ago
..
config.cpp Make outbound wildcard default to inbound IP 2 years ago
config.hpp * add mockable network functions 2 years ago
definition.cpp * add mockable network functions 2 years ago
definition.hpp * add mockable network functions 2 years ago
ini.cpp Replace logging with oxen-logger 2 years ago
ini.hpp standardize include format and pragma once 3 years ago
key_manager.cpp Replace logging with oxen-logger 2 years ago
key_manager.hpp Rename isRouter -> isSNode 3 years ago