X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.h;h=2aed26d16c77209755bf95115c3a7f295ec1b249;hp=703f74bf28df05594695416c93fd6ac950eeb84c;hb=f11c6101f30df645223920bef3eb7592de9bcb79;hpb=cd0c2e86a403fc9aabecdc8d51413f94491b5494 diff --git a/src/protocol.h b/src/protocol.h index 703f74bf..2aed26d1 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -53,6 +53,7 @@ typedef struct past_request_t { } past_request_t; extern bool tunnelserver; +extern bool strictsubnets; /* Maximum size of strings in a request. * scanf terminates %2048s with a NUL character,