Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 714 Bytes

File metadata and controls

33 lines (17 loc) · 714 Bytes

l2sp Linux2SteamProxy-Shell Project

Use proxy with steam

!!!WARN!!!

This instruction set has only been tested and tested on the Ubuntu 19 Desktop operating system and has NOT been tested on other platforms. Please attention!

How to use?

Execute with root privileges in the terminal

Install

  wget https://raw.githubusercontent.com/SkyFaklist/l2sp/master/l2sh.sh && chmod +x l2sh.sh && bash l2sh.sh

Edit Proxy config

vim /etc/proxychains.conf

type ip port [user pass]

For example : socks5 127.0.0.1 1080 admin passwd

This project is inseparable from the support of the open source project 'proxychains'