X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=putty.h;h=e2e4d0d4ba30871a1ec44893ef464a1bf5add590;hb=3b20d71a7ee9b8efa00bba86ea16dc52be4dd3ff;hp=79f0b8d9ad9cd0ed93418dd3e677e89dd246b751;hpb=ae476d5567beb362beb2c907edc3459328b9fcef;p=PuTTY.git diff --git a/putty.h b/putty.h index 79f0b8d9..e2e4d0d4 100644 --- a/putty.h +++ b/putty.h @@ -242,6 +242,15 @@ typedef struct { int warn_on_close; int ping_interval; /* in seconds */ int tcp_nodelay; + /* Proxy options */ + char proxy_exclude_list[512]; + enum { PROXY_NONE, PROXY_HTTP, PROXY_SOCKS, PROXY_TELNET } proxy_type; + char proxy_host[512]; + int proxy_port; + char proxy_username[32]; + char proxy_password[32]; + char proxy_telnet_command[512]; + int proxy_socks_version; /* SSH options */ char remote_cmd[512]; char remote_cmd2[512]; /* fallback if the first fails