You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
123 |
- #!/bin/bash
-
- bash -c "sysctl -w net.ipv4.tcp_syncookies=1 && sysctl -w net.ipv4.tcp_fin_timeout=15 && sysctl -w net.ipv4.ip_local_port_range ='1024 65535' && ./zyos -c /var/zyos/cfg.yml"
|