tcpforward.bash 69 B

1234567
  1. #!/bin/bash
  2. echo '1' 1> /proc/sys/net/ipv4/ip_forward
  3. ## Caralho!