Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 395 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 395 Bytes

Bi-direction proxy based on openfortivpn

Overview

  1. Create a tunnel to private network inside fortivpn
  2. create a tunnel back using local computer's proxy (e.g. clash) for internet connection\

Prerequisite

  1. docker compose (V2 recommanded)

Usage

git clone 
cp config.example config
vim config
docker compose build
docker compose up (-d for running in background)