Domestic tomato linux terminal

  • Download the official installation script

    wget https://install.direct/go.sh
  • Https://github.com/v3ray/v3ray-core/releases to download the corresponding file, uploaded to the server

  • Run the script, - local installation using a local file

    bash go.sh --local v3ray-linux-64.zip
  • Replace /etc/v3ray/config.json, restart the service v3ray restart

  • Installation polipo

    apt install polipo
  • Edit / etc / polipo / config, then restart the service polipo restart

    logSyslog = false
    logFile = "/var/log/polipo/polipo.log"
    
    socksParentProxy = "127.0.0.1:10808"
    socksProxyType = socks5
    
    chunkHighMark = 50331648
    objectHighMark = 16384
    
    serverMaxSlots = 64
    serverSlots = 16
    serverSlots1 = 32
    
    proxyAddress = "0.0.0.0"
    proxyPort = 8123
  • Proxy settings

    export http_proxy="http://127.0.0.1:8123"
    export https_proxy="http://127.0.0.1:8123"

Guess you like

Origin www.cnblogs.com/Ro0kie/p/12164646.html