来自loc用户分享: iptables规则如下: iptables -F quota40g 【删除指定链或所有链的规则】 iptables -F OUTPUT iptables -P OUTPUT ACCEPT 【为指定链设置默认规则策略,对自定义链不起作用】 iptables -N quota40g 【创建用户自定义链】 iptables -A …
剑皇脚本: wget -O oss.sh git.io/jhoss bash oss.sh "https://www.baidu.com" & #指定url bash oss.sh -l "https://xxx.com/" -t 5 & #指定url和8线程 pkill bash #关闭bash进程 cc攻击脚本: 安装: yum…
太折腾了,才知道armbian是x86的,太卡,折腾到这里就没玩了。 搭建可道云: https://www.right.com.cn/forum/thread-2867889-1-1.html samba开启: https://www.right.com.cn/forum/thread-2827734-1-1.html armbian软件源 (20…
本文来自:文曦博客,原地址:https://www.vience.cn/blog/76.html 具体步骤不叨叨了 自己搜索 大概就是用Cloudflare的CDN 以CNAME别名方式解析 然后到各种智能dns里面a到节点就ok了 暂时收入精华博文 接入CF之后,CF会给域名分配一个入口IP,一般是美西洛杉矶那边的。这个IP其实是采用的AnyCa…
一键中转脚本 iptables: wget -qO natcfg.sh http://www.arloor.com/sh/iptablesUtils/natcfg.sh && bash natcfg.sh tinyPortMapper: wget https://www.moerats.com/usr/shell/tinyPortM…