浏览代码

Update LinuxInit.sh

MoeClub 1 年之前
父节点
当前提交
9f6915bbaf
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      LinuxInit.sh

+ 2 - 2
LinuxInit.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-apt-get install -y openssl net-tools dnsutils screen nload wget curl lsof p7zip-full python3-pip libffi-dev build-essential
+apt-get install -y openssl net-tools dnsutils psmisc screen nload wget curl lsof p7zip-full python3-pip libffi-dev build-essential
 python3 -m pip install --upgrade --force-reinstall pip
 pip3 install aiohttp aiohttp_socks xmltodict
 
@@ -67,7 +67,7 @@ net.ipv4.tcp_timestamps = 1
 net.ipv4.tcp_slow_start_after_idle = 0
 net.ipv4.ip_forward = 1
 
-net.ipv4.icmp_echo_ignore_all = 1
+net.ipv4.icmp_echo_ignore_all = 0
 net.ipv6.conf.all.disable_ipv6 = 1
 
 net.ipv4.tcp_fastopen = 0