X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol.h;h=2aed26d16c77209755bf95115c3a7f295ec1b249;hb=32f5524c4b52a2d3a96bc48ee2437f8b9b4dbe10;hp=703f74bf28df05594695416c93fd6ac950eeb84c;hpb=cd0c2e86a403fc9aabecdc8d51413f94491b5494;p=tinc 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,