Allow multiple peers, tunnels, and proxies

This commit is contained in:
Jordan Webb 2022-08-20 18:21:10 -05:00
parent cf8dc3108a
commit 8ab8978181
No known key found for this signature in database
GPG key ID: C341950C47B6CE14
4 changed files with 105 additions and 46 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