Add ability to use proxies to connect to hostnames when there is no nameserver.
[oweals/tinc.git] / src / protocol.h
index 6c46c726055605a191891197441c361a51b2c7d4..54d03796063d2b15ba6804e0dfcebc68266466ba 100644 (file)
@@ -36,6 +36,7 @@
 /* Request numbers */
 
 typedef enum request_t {
+       PROXY = -2,
        ALL = -1,                                       /* Guardian for allow_request */
        ID = 0, METAKEY, CHALLENGE, CHAL_REPLY, ACK,
        STATUS, ERROR, TERMREQ,