Oct1a_H

搭建v2ray服务端,实现国内ip代理,科学上网也可用

因公司业务需要,需实现国内ip代理,以前都是使用者,没手动搭建过,这次通过实践并记录下来,替你们踩坑下

1. 购买服务器

2.连接shell

使用远程连接工具,

3.下载脚本自动执行

bash <(curl -Ls https://ghproxy.com/https://raw.githubusercontent.com/Oct1a/v2Ray_ui/master/install.sh)

遇上的问题

腾讯云遇到curl访问raw.githubusercontent.com无反应,需要手动添加vim /etc/hosts

140.82.113.3 github.com
185.199.109.133 raw.githubusercontent.com

ip经常会换,所以在需要的时候查询一下,查询后也需要在服务器上ping通才能使用

Dns查询

https://websites.ipaddress.com/

本作品采用 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议 进行许可。