diff options
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,7 +10,12 @@ #include <selinux/selinux.h> #endif +#include "ptunnel.h" + + struct options { + /** proxy or forwarder? */ + int proxy_mode; /** user defined magic value (prevent Cisco WSA/IronPort fingerprint scan) */ uint32_t magic; /** Proxy's internet address */ |