Git Product home page Git Product logo

winkcp_launcher's Introduction

Windows udp2raw+kcptun 加速tcp流量 简易工具 by 蘭雅sRGB

蘭雅sRGB 龙芯小本服务器 | sRGB.vicp.net

Wireguard 手机和PC客户端设置技巧

ScreenShot

Shadowsocks + Kcp+Udp2Raw加速 和 Udp2Raw服务TCP伪装 WireGuard Windows Kcp+Udp2Raw 启动器

使用视频链接.1 https://youtu.be/A4edsGXQdIc

使用视频链接.2 https://youtu.be/BvF6jQo_ZAo

使用说明:

  1. 需要先安装 WinPcap_4_1_3.exe (已经包含和其他windows客户端)
  2. 修改 Windows_KCP.cmd 和 Windows_UDP2RAW.cmd 服务器IP参数,双击启动调试
  3. 双击 WinKcp_Launcher 分别管理 Windows_KCP.cmd 和 Windows_UDP2RAW.cm 启动关闭
  4. 电脑$$客户端设置 导入 ss://YWVzLTI1Ni1nY206c3JnYi54eXpAMTI3LjAuMC4xOjMzMjI=
  5. 电脑WG客户端设置 导入 wg_client.conf 修改 Endpoint = 127.0.0.1:9009 另存一个配置
  6. 手机不能装kcp和udp2raw,需要使用PC或者路由器转接

本地电脑端 SS 导入配置,有默认的 SS密码

ss://YWVzLTI1Ni1nY206c3JnYi54eXpAMTI3LjAuMC4xOjMzMjI=

参数参考 udp2raw+kcptun 加速tcp流量 Step by Step 教程

https://github.com/wangyu-/udp2raw-tunnel/blob/master/doc/kcptun_step_by_step.md

Shadowsocks+Kcp+Udp2Raw加速 服务端 debian 9 Ubuntu

# 一键安装 SS+Kcp+Udp2Raw 脚本 快速安装 for debian 9
wget -qO- git.io/fpZIW | bash

# 一键安装 SS+Kcp+Udp2Raw 脚本 for debian 9  Ubuntu (编译安装)
wget -qO- git.io/fx6UQ | bash

一键安装wireguard 脚本 For Debian_9 Ubuntu Centos_7

# 一键安装wireguard 脚本 Debian 9 (源:逗比网安装笔记)
wget -qO- git.io/fptwc | bash

# 一键安装wireguard 脚本 Ubuntu 18(源:逗比网安装笔记)
wget -qO- git.io/fpcnL | bash

# CentOS7一键脚本安装WireGuard   (https://atrandys.com/2018/886.html)
yum install -y wget && \
wget https://raw.githubusercontent.com/atrandys/wireguard/master/wireguard_install.sh \
&& chmod +x wireguard_install.sh && ./wireguard_install.sh

ScreenShot

一键 WireGuard 多用户配置共享脚本

# 一键 WireGuard 多用户配置共享脚本 
wget -qO- https://git.io/fpnQt | bash

ScreenShot

导出到客户端配置,修改实际的IP,不要修改默认9009端口

# 查询WireGuard状态
wg

# 显示配置文件,修改实际的IP,不要修改默认9009端口
cat /etc/wireguard/client.conf

遇到wg连接主机而没有流量,使用 Ip addr 命令检查vps网卡是否是ensx,参考下面修改配置重启

#  一键脚本已经检查出vultr主机,自动修改配置,不用再手工运行
#  vultr 服务商的主机默认网卡是 ens3,使用下面命令修改配置
sed -i "s/eth0/ens3/g"  /etc/wireguard/wg0.conf
reboot

#  GCP 香港 Ubuntu系统 默认网卡是 ens4,使用下面命令修改配置(脚本已经自动修改)
#  GCP 香港 Ubuntu系统 没带python,不能开启临时web下载,可以 apt install -y python 安装
sed -i "s/eth0/ens4/g"  /etc/wireguard/wg0.conf
reboot

Udp2Raw服务TCP伪装 WireGuard 服务端设置脚本

wget -qO- https://git.io/fpKnF | bash

winkcp_launcher's People

Contributors

hongwenjun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.