{ "inbounds": [ { "port": 12345, "listen":"127.0.0.1", "protocol": "vmess", "settings": { "clients": [ { "id": "7dbf61d1-23e9-41c2-a1dd-8bd0cba3fce1", "alterId": 64 } ] }, "streamSettings": { …

2020/08/01 0条评论 1394点热度 0人点赞 阅读全文

location /app { proxy_pass http://127.0.0.1:12345; proxy_redirect off; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header …

2020/08/01 0条评论 1732点热度 0人点赞 阅读全文

echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf sysctl -p

2019/09/13 0条评论 1225点热度 0人点赞 阅读全文

脚本安装 运行以下命令: wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh 如果使用的是 Ubu …

2019/09/02 0条评论 1363点热度 1人点赞 阅读全文

首先是卸载91Yun的锐速 chattr -i /serverspeeder/etc/apx* && /serverspeeder/bin/serverSpeeder.sh uninstall -f 这是来自91Yun的卸载命令 当提示Uninstallation done!时候说明卸载干净了!可以 …

2017/09/11 0条评论 2379点热度 0人点赞 阅读全文

<?php class mysql{ /** * 连接MYSQL函数 * 连接MYSQL函数,通过常量的形式来连接数据库 * 自定义配置文件,配置文件中自定义常量,包含需要使用的信息 * @return resource */ function connect2 (){ // …

2017/09/11 0条评论 1797点热度 0人点赞 阅读全文

  商洛眼科医院是一所集临床医疗、预防、保健、康复为一体的现代化眼科专科医院,也是商洛唯一一所眼专科医院,同时是商洛职业技术学院附属二院。         医院建筑面积4500平方 …

2016/12/31 0条评论 1904点热度 0人点赞 阅读全文

php正则:只保留汉字,字母,数字去除其它内容 $str = "?><?》”\"《我爱php哈哈哈哈?》《|“:L}{P+_)In thsdff0?><M<>\"s~!@#$%^&*()+_)(*&dsdffsde~!@#¥%……&*5545445()+ …

2016/04/05 0条评论 2761点热度 0人点赞 阅读全文

1.安装组件,其中openssl-devel已经存在系统中了。 yum install build-essential autoconf libtool gcc -y 2.安装git yum install git -y git --version 3.下载shadowsocks-libev安装 git clone https://gi …

2015/05/05 0条评论 3581点热度 0人点赞 阅读全文

//curl函数$file2 = GetSources($url2,$User_Agent,$Referer_Url); function GetSources($Url,$User_Agent='',$Referer_Url='',$proxy) { $ch = curl_init(); curl_setopt ($ch, CURLOPT_PROXY, $proxy); c …

2015/04/16 0条评论 2658点热度 0人点赞 阅读全文
123457