wgproxy 0.3.0

A tiny layer-4-proxy to bridge WireGuard®-like traffic via a jump-host
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Ignore .DS_Store
.DS_Store

# Ignore build results
/Cargo.lock
/target

# Ignore some vscode files
.vscode/*
!.vscode/*.md
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/extensions.json
!.vscode/settings.json

# Ignore local testing files
/.local*