阿里ddns 动态更新域名ip地址

阿里ddns动态更新域名ip地址 文档地址 阿里云 OpenAPI 开发者门户 (aliyun.com) 域名解析列表 (aliyun.com) AccessKey获取 (aliyun.com) package main import (


Windows端口转发

Windows端口转发 显示当前所有规则 netsh interface portproxy show v4tov4 添加 netsh interface portproxy add v4tov4 listenport=8088 connectaddress=192.168.88.128 conne


proxy iptables

proxy iptables dnsmasq 配置 https://github.com/cokebar/gfwlist2dnsmasq 通过 dnsmasq 将dns请求转发到程序中,dnsmasq_gfwlist.conf 里的端口和程序监听端口保持一致 vi /etc/dnsmasq.conf


nginx配置代理

nginx配置 TCP转发代理 stream { # 统一放置,方便管理 # include tcpConf/*.conf; # 访问8080/tcp将会直接转发到2324/tcp upstream tcp_proxy {


CentOS 配置网卡

root用户执行 dhclient 会自动分配一个ip,假如是 192.268.31.100 sudo vi /etc/sysconfig/network-scripts/ifcfg-ens*修改网卡配置 BOOTPROTO = static (默认是dhcp) ONBOOT = yes (默认是n


VPS搭建v2ray ss

搭建v2ray ss ubuntu上可能无效,CentOS上测试有效 v2ray bash <(curl -s -L https://git.io/v2ray.sh) 如果提示 curl: command not found ,那是因为你的小鸡没装 Curl ubuntu/debian 系统安装


设置socket缓冲区

系统socket缓冲区 读缓冲区:echo 16777216 > /proc/sys/net/core/rmem_max 写缓冲区:echo 16777216 > /proc/sys/net/core/wmem_max sysctl net.core.rmem_max=16777216 sysctl


Linux添加虚拟网卡

添加虚拟网卡 临时添加删除 # 临时添加 ifconfig eth0:0 192.168.10.10 up # 删除 ifconfig eth0:0 down Ubuntu sudo vim /etc/network/interfaces # 增加内容 auto eth0:0 iface eth


openwrt 多播

初始化安装 opkg update # 安装中文 opkg install luci-i18n-base-zh-cn # 安装 macvlan, mwam3 opkg install kmod-macvlan mwan3 luci-app-mwan3 luci-i18n-mwan3-zh-cn 配