Skip to content

Latest commit

 

History

History
53 lines (50 loc) · 1.88 KB

File metadata and controls

53 lines (50 loc) · 1.88 KB

clash

  • Local HTTP/HTTPS/SOCKS server
  • github
    • see config examples
    • download cinfig file and put it in ~/.config/clash/config.yaml
  • release version
    • decompress downloaded file using gunzip -d clash.gz
  • config.yaml
    • control clash using web api api
# control port
external-controller: 127.0.0.1:9090

# examples
http://127.0.0.1:9090/proxies
http://127.0.0.1:9090/rules
http://127.0.0.1:9090/configs
  • specify config
# by default is ~/.config/clash/configl.yaml
./clash -d conf_dir

Using VPN for python script

  • add these line, and open VNP to serve the port
os.environ['http_proxy'] = 'http://127.0.0.1:7890'
os.environ['https_proxy'] = 'http://127.0.0.1:7890'

V2ray

  • v2ray-core

  • Project V, v2ray.com

    • basics
    • for newbies
    • V2Ray 可同时开启多个协议支持,包括 Socks、HTTP、Shadowsocks、VMess 等。每个协议可单独设置传输载体,比如 TCP、mKCP、WebSocket 等。
    • vmess: a encryption protocal
  • v2Box.cloud

    • [vps provider]
    https://sub.paasmi.com/subscribe/85070/NqP4ZLGJN8XO?mode=
    
    • what missed? 3 at last
  • client

    • v2rayN
      • windows v2ray client
    • qv2ray
      • see doc
      • See config v2ray core
      • core excutable file: /home/songhongwei/.config/qv2ray/vcore/v2ray
      • assets directory: /home/songhongwei/.config/qv2ray/vcore/
      • socks 7891, https 7890