frp nginx 共用80端

在nginx的配置文件里面加上这个 然后frp监听8080端口,重启nginx,搞定 server { listen 80; location / { proxy_pass http://127.0.0.1:8080; proxy_set_header Host $host:80; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_hide_header X-Powered-By; } }……

Continue reading

群晖docker开启局域网桥接,获取独立IP

开始我参考国外论坛各种毛病各种方法都不行,国内各大论坛都没有教程 首先群晖默认网络模式是bridge+host 我们将开启的网络模式bridge-host Bridge:docker容器内部虚拟网桥,容器内部172.17.0.X网段 无法获取主机网络ip 访问容器需要映射端口 并且不能和主机……

Continue reading

Centos7下查看各进程的网络速率情况

操作环境 Centos7 iftop lsof 操作方法 这里使用iftop来查看各进程的网络速率情况 1.系统默认是没有安装iftop的,需要先安装iftop,在安装iftop之前最好更新下epel repo #yum -y install epel-release #yum makecache #yum -y install iftop 2.使用iftop -PB来监控各进程网络速率情况,可以查看各端口的网络速率情况,可以看见4877……

Continue reading

CentOS 7防火墙快速开放端口配置方法

这篇文章主要为大家详细介绍了CentOS 7防火墙开放端口的快速方法,感兴趣的小伙伴们可以参考一下! 一、CentOS 7快速开放端口: CentOS升级到7之后,发现无法使用iptables控制Linuxs的端口,baidu之后发现Centos 7使用firewalld代替了原来的ipt……

Continue reading

vps888

https://master-stack01.pacificrack.com/control.php?_v=643364543454v2q2f5c4 zhoujie218@g aa12345 155.94.158.67 https://pacificrack.com/portal/clientarea.php zhoujie218@g aa12345 Debian8/Debian7/Ubuntu16/Ubuntu14/centos7 v2ray一键部署管理脚本: 安装脚本命令: bash <(curl -s -L https://git.io/v2ray.sh) 卸载脚本命令: bash <(curl -s -L https://git.io/v2ray.sh) 快速管理 v2ray info 查看 V2Ray 配置信息 v2ray config 修改 V2Ray 配置 v2ray link 生成 V2Ray 配置文件链接 v2ray infolink 生成 V2Ray 配置信息链接 v2ray qr 生成 V2Ray 配置二维码链接 v2ray ss 修改 Shadowsocks 配置 v2ray ssinfo 查看 Shadowsocks 配置信息 v2ray ssqr 生成 Shadowsocks 配置二维码链接 v2ray status 查看 V2Ray 运行状态 v2ray start 启……

Continue reading

如何使用iperf3测试线路传输速度

测试网络线路传输速度,大家平时的做法,基本都是采用最土的方式,就是复制共享文件! 但发现专业点的人士 都是采用iperf2或iperf3工具软件。为附庸风雅赶时髦,我也百度了一下,现学现卖,与君共享。谬误之处请指正,疏漏之处欢迎补充,共同学习共同进步。 学习目标:用iperf3工具软件……

Continue reading

openwrt 禁局域网内设备访问外网

This file is interpreted as shell script. Put your custom iptables rules here, they will be executed with each firewall (re-)start. Internal uci firewall chains are flushed and recreated on reload, so put custom rules into the root chains e.g. INPUT or FORWARD or into the special user chains, e.g. input_wan_rule or postrouting_lan_rule. iptables -t nat -A PREROUTING -p udp –dport 53 -j REDIRECT –to-ports 53 iptables -t nat -A PREROUTING -p tcp –dport 53 -j REDIRECT –to-ports 53 iptables -I FORWARD -m mac –mac-source c4:9f:4c:10:54:9b -j DROP iptables -I FORWARD -m mac –mac-source 20:39:56:5c:f4:57 -j DROP iptables -I FORWARD -m mac –mac-source 60:21:01:9f:0d:83 -j DROP iptables -I FORWARD -m mac –mac-source 14:bd:61:cc:aa:4c -j DROP iptables -I FORWARD -m mac –mac-source 7c:76:68:e0:98:4c -j DROP iptables -I FORWARD -m mac –mac-source 3c:b6:b7:f6:f7:d7 -j DROP iptables -I FORWARD -m mac –mac-source 1c:40:e8:11:a1:10……

Continue reading

Redis——Windows安装方法

本篇只谈安装,后续会深入讲解Redis,比如它的内存管理,快照,订阅等待。针对不同的用户,Redis有Windows和Linux两种环境安装, 官网上下的是Statble版是Linux,大家一定要注意。由于本人做本地端,所以以下谈的是Windows安装。 本文Redis下载地址: ht……

Continue reading

sharex短链接的问题

我很喜欢使用的一个工具教shareX,估计大家对其有不少了解 有一次我需要用这个短链接服务 找了百度的短链接服务 于是我就自己写了个sharex小配置 今天看到有人需要短链接的需求 于是就把我的这个配置分享出来 { "Version": "12.4.1", "Name": "baidushorturl", "DestinationType": "URLShortener", "RequestMethod": "POST", "RequestURL": "https://dwz.cn/admin/v2/create", "Headers": { "Token": "这里换成你的百度token", "Content-Type": "application/json;……

Continue reading

Latest articles

Categories

Tags

Links

Meta