X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_setup.c;h=502e7b20b1dddc8a29f63ae78993f19677056707;hp=aa2fbfbe9264b921b56553aca7fc150846c751e4;hb=56aad1bb486675ff9aba31418708cc179eea0381;hpb=8c189c2a9b77fb326ab5f27a05bf2601e16af017 diff --git a/src/net_setup.c b/src/net_setup.c index aa2fbfbe..502e7b20 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -343,6 +343,8 @@ bool setup_myself(void) get_config_bool(lookup_config(config_tree, "Hostnames"), &hostnames); + get_config_bool(lookup_config(config_tree, "StrictSource"), &strictsource); + /* Generate packet encryption key */ if(get_config_string