Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 313 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 313 Bytes

VPN

Opensource vpn

Run site

  1. Download the repository

  2. In terminal go to the folder where you installed the files

  3. Run commands

sudo docker build -t appname .    
sudo docker run -p 8000:8000 appname
  1. Open your browser
  2. Enter http://0.0.0.0:8000/ in the address bar.