└── README.md /README.md: -------------------------------------------------------------------------------- 1 | ### NaiveProxy多功能一键脚本,支持多端口复用、自定义伪装站 2 | 3 | ### 支持纯IPV4、纯IPV6的VPS直接安装,主流linux系统均支持 4 | 5 | ### 相关说明及注意点请查看[博客说明及视频教程](https://ygkkk.blogspot.com/2022/11/naiveproxy-yg-youtube.html) 6 | 7 | ### 一键脚本: 8 | ``` 9 | bash <(curl -Ls https://gitlab.com/rwkgyg/naiveproxy-yg/raw/main/naiveproxy.sh) 10 | ``` 11 | 或者 12 | ``` 13 | bash <(wget -qO- https://gitlab.com/rwkgyg/naiveproxy-yg/raw/main/naiveproxy.sh 2> /dev/null) 14 | ``` 15 | --------------------------------------- 16 | 17 | ### 脚本安装预览图 18 | 19 | ![817c03c1f33669006809ad67708bec5](https://github.com/yonggekkk/NaiveProxy-yg/assets/121604513/eba0a9a3-e9b6-40e8-9d45-dbbe96e42445) 20 | 21 | 22 | ----------------------------------------------------- 23 | ### 感谢你右上角的star🌟 24 | [![Stargazers over time](https://starchart.cc/yonggekkk/NaiveProxy-yg.svg)](https://starchart.cc/yonggekkk/NaiveProxy-yg) 25 | 26 | --------------------------------------- 27 | #### 声明: 28 | 29 | #### 该项目使用base64加密,可自行解密,介意者请勿使用,[加密原因在此](https://ygkkk.blogspot.com/2022/06/github.html) 30 | 31 | #### 所有代码来源于Github社区与ChatGPT的整合;如您需要开源代码,请提Issues留下您的联系邮箱 32 | --------------------------------------------------------------------------------