返回列表 發帖

【一人一V2Ray Server】—— General Discussion

本帖最後由 角色 於 2019-4-22 16:20 編輯

=======
将会重新整理,然后读起来比较畅顺。
=======


因为需要经过需要看大陆以外信息,所以需要一个比较好的服务器,一般的VPN server已经不能保证畅通运行,所以在寻找另外一个翻墙的软件,之前用Shadowsocks已经非常不错,而后起之秀——V2Ray更加厉害!!!所以这里建立一个帖子【一人一 V2Ray Server】,尽量把有关信息集合一起,希望大家能多些一些帖子,然后我把它们链接起来,方便后来的朋友跟随和学习。

V2Ray官网:https://v2ray.com/

白话文教程:https://toutyrater.github.io/ (在官网里有链接)

手机v2rayNG的使用手册:
https://v2ray666.com/post/12/

有个另类的教程:https://233blog.com/
https://www.ityou.ltd/index.php/2018/02/05/v2ray/

房间写得非常好关于V2Ray和他的设定
https://www.enterpr1se.info/2017/10/v2ray-gfw-setup/
https://github.com/wulabing/V2Ray_ws-tls_bash_onekey
https://www.feiqy.com/v2ray-best-config/
https://steemit.com/v2ray/@laosa ... x-bbr-cdn-wordpress
https://docs.diladele.com/tutori ... nt_squid/index.html
https://aacable.wordpress.com/ta ... rver-with-mikrotik/
http://squid-web-proxy-cache.101 ... rent-td4671869.html
https://virtualitsupport.wordpre ... squid-proxy-server/


RouterOS + V2Ray(Raspberry Pi)
https://github.com/v2ray/v2ray-core/issues/1016


RouterOS + Squid
https://forum.mikrotik.com/viewtopic.php?t=77635
https://docs.diladele.com/tutori ... nt_squid/index.html
https://blog.monogatari.pl/en/20 ... -transparent-proxy/
http://artica-proxy.com/mikrotik ... tup-both-httphttps/

Other interesting article:
http://blog.zorinaq.com/my-exper ... -firewall-of-china/

Last seen article
https://briteming.blogspot.com/2018/08/v2ray.html
https://ppundsh.github.io/posts/e457/

本帖最後由 角色 於 2018-8-3 19:15 編輯

安装对象:

1、QNAP Intel-based NAS (可以run Virtualization Station才可以)(已经完成)
2、Raspberry Pi (已经完成)Link

Tools

1、UUID generator: https://www.uuidgenerator.net/
2、Configure file generator:https://htfy96.github.io/v2ray-config-gen/# or Link

安装好要主要:

1、前面router要做port forwarding to v2ray server IP.

怎样手动启动v2ray Link

Squid + RouterOS https://docs.diladele.com/tutori ... nt_squid/index.html

TOP

本帖最後由 角色 於 2018-6-27 08:00 編輯

配置格式:config.json

大家先参考官方链接:https://v2ray.com/chapter_02/01_overview.html
  1. {
  2.   "log": {},
  3.   "dns": {},
  4.   "routing": {},
  5.   "inbound": {},
  6.   "outbound": {},
  7.   "inboundDetour": [],
  8.   "outboundDetour": [],
  9.   "transport": {}
  10. }
複製代碼
1、关键符号“,”,在结束最后一句是不需要“,”,大家可以参考一下下面启动标准画面:
  1. {
  2.     "log" : {
  3.       "access": "/var/log/v2ray/access.log",
  4.       "error": "/var/log/v2ray/error.log",
  5.       "loglevel": "warning"
  6.     },
  7.     "inbound": {
  8.       "port": 8899,
  9.       "protocol": "vmess",
  10.       "settings": {
  11.         "clients": [
  12.           {
  13.           "id": "b66b666e-e666-4dbb-a666-3d666c6666fe",
  14.           "level": 1,
  15.           "alterId": 64
  16.           }
  17.         ]
  18.      }
  19.     },
  20.     "outbound": {
  21.        "protocol": "freedom",
  22.        "settings": {}
  23.     }
  24. }   
複製代碼
On-line Json editor to find the typos:
https://www.bejson.com/jsoneditoronline/
http://qqe2.com/

TOP

本帖最後由 角色 於 2017-12-30 13:04 編輯

常见的问题:

1、怎样upgrade v2ray?  http://www.telecom-cafe.com/foru ... =7053&pid=44050
2、怎样copy contianer里的文件到host?https://stackoverflow.com/questi ... r-container-to-host

TOP

TOP

本帖最後由 角色 於 2018-6-27 08:36 編輯

从下面友台谈论自己安装V2Ray server真的不是很多!很多难度都比较难的。



在上面最为重要是《Qnap Nas x86 V2Ray 安裝教學》http://www.hkepc.com/forum/viewt ... ht=v2ray&page=1

因为香港人比较忙,都没有太多的时间搞什么firmware OpenWRT、DDWrt这一类的东西,还有他们效率真的不高,所以我都建议大家买个QNAP NAS(Intel-based X86)。

如果用EdgeOS,可以参考下面帖子:
https://arkis.me/post/0018-erxproxy/
https://www.hkepc.com/forum/view ... page%3D3&page=1
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

QNAP X86 NAS有什么选择?

最经济用就是 QNAP TS-251,如果加上两个hard drives,大约3000元搞定。(看起来有点贵,但是无忧所值的)。

不知道大家是否有别的选择呢?

TOP

本帖最後由 角色 於 2017-11-29 11:13 編輯

回復 8# lookforyou

刚才看了一下V2Ray的网站,过于平台的支持:https://v2ray.com/chapter_01/install.html/
上面说V2Ray能支持CentOS 6/7。

附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

回復 10# lookforyou

明白。看PM。

TOP

用v2ray vmess,大陆听香港收音机没有断线(之前用Shadowsocks,经常断),还有用Whatsapp非常流畅,不需要重新login。大陆的traffice走大陆的gateway,其他都对面v2ray vmess server。

TOP

V2Ray又有新东西:

2017.12.08 v3.1

支持本地策略
支持从环境变量指定的路径加载配置文件

TOP

虽然Shadowsocks和V2Ray都是大陆人要“科学上网”而出现的东西,但是在我来说能用就可以。如果真的非常重要的东西,那么只能用老外和传统的VPN方法,邮件要加密才发,如果只是一般用而已,就没有必要搞到那么复杂。

TOP

我们多一个选择比较好!谢谢CHing的信息。

TOP

V2Ray 最新版本升级到v3.4
2017.12.22 v3.4
Websocket 现在可以识别 X-Forwarded-For 并用做源地址。

TOP

v2ray又有新Version

2017.12.22 v3.4

    Websocket 现在可以识别 X-Forwarded-For 并用做源地址。
    支持 s390x 平台。

TOP

返回列表