"Fossies" - the Fresh Open Source Software Archive

Member "portfwd-0.29/cfg/bind-new.cfg" (19 Nov 2001, 304 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    bind-new.cfg
    3 
    4    $Id: bind-new.cfg,v 1.1 2001/11/19 19:34:44 evertonm Exp $
    5  */
    6 
    7 bind-address 127.0.0.1
    8 
    9 tcp { 10000 { => localhost:15000 } }
   10 udp { 10000 { => localhost:15000 } }
   11 
   12 listen-on 10.0.0.1
   13 source-address 10.0.0.2
   14 
   15 tcp { 12000 { => localhost:15000 } }
   16 udp { 12000 { => localhost:15000 } }