portfwd.cfg 210 B

12345678910111213141516171819
  1. /*
  2. * portfwd.cfg
  3. */
  4. user @l_nusr@
  5. group @l_ngrp@
  6. listen-on 127.0.0.1
  7. source-address 127.0.0.1
  8. tcp {
  9. 2222 { /*any*/ => 127.0.0.1:22 }
  10. }
  11. udp {
  12. 5353 { /*any*/ => 127.0.0.1:53 }
  13. }