outline_auth

vim config.json

domain ----> your website url(eg: https://www.google.com)

s5_server ----> your socks5 server address

How to Build

1. git clone this project

2. cd outline_auth

3. mkdir build

4. cmake ..

5. make -j4

How to Run The Server

1.cd build

2. ./outline_auth (you should do: chmod +x outline_auth)

Tips