Allow multiple peers, tunnels, and proxies

This commit is contained in:
Jordan Webb 2022-08-20 18:21:10 -05:00 committed by Jordan Webb
parent e686381fa9
commit aef9da0bdf
4 changed files with 110 additions and 52 deletions

1
go.mod
View file

@ -3,6 +3,7 @@ module github.com/octeep/wireproxy
go 1.18
require (
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/akamensky/argparse v1.3.1
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/go-ini/ini v1.66.4