https://github.com/insoxin/euserv_add_ipv4
https://github.com/insoxin/euserv_add_ipv4
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/insoxin/euserv_add_ipv4
- Owner: insoxin
- Created: 2022-11-17T09:05:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T12:12:06.000Z (over 2 years ago)
- Last Synced: 2025-01-14T10:14:53.209Z (9 months ago)
- Language: Shell
- Size: 11.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EUserv_Add_Ipv4
不限于 EUserv的ipv6主机
其他OpenVZ架构的主机均可支持Ubuntu 18.04 20.04
Debian 8 9 10
用于ipv6添加ipv4 一键安装
```
wget -qO- https://raw.githubusercontent.com/insoxin/EUserv_Add_Ipv4/main/___ipv6_add_ipv4.sh | bash
```
-------------------------------------------------------------------------------------------------------
用于ipv4添加ipv6 一键安装
```
wget -qO- https://cdn.jsdelivr.net/gh/jiaosir-cn/EUserv_Add_Ipv4@main/___ipv4_add_ipv6.sh | bash
```-------------------------------------------------------------------------------------------------------
手动开启
```
wg-quick up wgcf
```手动关闭
```
wg-quick down wgcf
```查看当前状态
```
wg
```感谢在网络上写文章并且编译wireguard-go的人。
感谢ViRb3的wgcf项目。