--- gvpe/src/conf.h 2005/03/01 04:38:21 1.22 +++ gvpe/src/conf.h 2005/03/03 07:24:57 1.24 @@ -53,8 +53,9 @@ char *hostname; // hostname, if known, or NULL. #if ENABLE_DNS char *domain; // dns tunnel domain - u16 dns_port; #endif + char *dns_hostname; + u16 dns_port; u8 protocols; // protocols this host can send & receive u16 udp_port, tcp_port; // the port to bind to @@ -99,6 +100,7 @@ char *proxy_host; // the proxy hostname, e.g. proxy1.example.net u16 proxy_port; // the proxy port, e.g. 3128 #endif + #if ENABLE_DNS char *dns_forw_host; u16 dns_forw_port;