| 本帖最後由 kingwilliam 於 2017-9-2 18:27 編輯 
 不用安裝
 1。先下載v2ray windows version https://www.v2ray.com/
 2。解壓後只見到兩個exe
 3。v2ray.exe是application, wv2ray.exe是用來行service
 4。加個config.json 就完成
 
 
 final.zip 內有2個文件
 server_config.json
 client_config.json
 
 只要張 tel_server_config.json rename config.json 放在 server side
 tel_client_config.json rename config.json 放在 client side
 
 server side
 在這sample是放在以下folder, 和用 port 80 可以在config.json內改
 C:\Program Files\v2ray\
 自建一個log folder
 C:\Program Files\v2ray\log\
 記得修改 "id" :""
 可到 https://www.uuidgenerator.net/ 取 id, 同時要改client config.json 你可看成logon password
 如只是行application mode, 只需run v2ray.exe, 佢就會在 dos prompt 運行.
 如想行service mode, 只需run wv2ray.exe,
 
 
 client side
 記得修改 "id" :"" 同server 一樣
 還有"address": "", server ip or domain name
 
 
 |