"Fossies" - the Fresh Open Source Software Archive

Member "portfwd-0.29/cfg/portfwd2.cfg" (15 May 2001, 503 Bytes) of package /linux/privat/old/portfwd-0.29.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) INI source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 /*
    2   portfwd2.cfg
    3 
    4   $Id: portfwd2.cfg,v 1.1.1.1 2001/05/15 00:24:48 evertonm Exp $
    5 */
    6 
    7 tcp {
    8     dos, 4321 { 
    9         :+1024  => pinheiros.dcc.unicamp.br:www;
   10                 => ceara:80
   11     };
   12 
   13     8080, 1234 { => 127.0.0.1:80 }
   14 }
   15 
   16 udp {
   17     4321 {
   18         10.0.0.0/8:discard+noclog => ceara:10000;
   19         11.0.0.0/8:discard+       => ceara:11000;
   20         12.0.0.0/8:+discard       => ceara:12000;
   21         13.0.0.0:discard          => ceara:13000;
   22         ceara, 192.168.1.4/24     => localhost:15000;
   23         0.0.0.0/0                 => 127.0.0.1:20000
   24     }
   25 }