ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/gvpe.conf.5.pod
(Generate patch)

Comparing gvpe/doc/gvpe.conf.5.pod (file contents):
Revision 1.8 by pcg, Mon Mar 7 01:31:26 2005 UTC vs.
Revision 1.9 by pcg, Mon Mar 14 17:40:01 2005 UTC

350=item enable-dns = yes|true|on | no|false|off 350=item enable-dns = yes|true|on | no|false|off
351 351
352Enable the DNS tunneling protocol on this node, either as server or as 352Enable the DNS tunneling protocol on this node, either as server or as
353client (only available when gvpe was compiled with C<--enable-dns>). 353client (only available when gvpe was compiled with C<--enable-dns>).
354 354
355B<WARNING:> Parsing and generating DNS packets is rather tricky. The code
356almost certainly contains buffer overflows and other, likely exploitable,
357bugs. You have been warned.
358
355This is the worst choice of transport protocol with respect to overhead 359This is the worst choice of transport protocol with respect to overhead
356(overhead cna be 2-3 times higher than the transferred data), and probably 360(overhead can be 2-3 times higher than the transferred data), and probably
357the best choice when tunneling through firewalls. 361the best choice when tunneling through firewalls.
358 362
359=item enable-rawip = yes|true|on | no|false|off 363=item enable-rawip = yes|true|on | no|false|off
360 364
361Enable the RAW IPv4 transport using the C<ip-proto> protocol 365Enable the RAW IPv4 transport using the C<ip-proto> protocol

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines