1 /* 2 bind.cfg 3 4 $Id: bind.cfg,v 1.1.1.1 2001/05/15 00:24:48 evertonm Exp $ 5 */ 6 7 bind-address 127.0.0.1 8 9 tcp { 10000 { => localhost:telnet } } 10 11 udp { 10000 { => localhost:15000 } } 12 13 bind-address 192.168.1.1 14 15 tcp { 11000 { => localhost:telnet } } 16 17 udp { 11000 { => localhost:15000 } }