Minor clarification, tinc.conf hostnames=[yes|no] variable only resolves names for...
[oweals/tinc.git] / src / protocol_auth.c
index 81189332495ccd7b1a0618ada156a5358d31ca74..4c721a44982f3b52ef75a016f56563202d779eab 100644 (file)
@@ -117,6 +117,8 @@ static bool send_proxyrequest(connection_t *c) {
                case PROXY_SOCKS4A:
                        logger(LOG_ERR, "Proxy type not implemented yet");
                        return false;
+               case PROXY_EXEC:
+                       return true;
                default:
                        logger(LOG_ERR, "Unknown proxy type");
                        return false;