Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gvproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ egress is forced through `augur-proxy`'s allowlist**.

## What the fork changes

`augur-egress.patch` (pinned commit `0fd10515`) adds three flags to `gvproxy`:
`augur-egress.patch` (pinned commit `629a4a42`) adds three flags to `gvproxy`:

- `--socks-upstream host:port` — the TCP forwarder dials every guest connection
through this SOCKS5 proxy (the host-side `augur-proxy`) by destination IP,
Expand Down
2 changes: 1 addition & 1 deletion gvproxy/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set -euo pipefail

# Pinned upstream commit augur-egress.patch is written against.
PIN="0fd105152e5e72b623ec9b8a93239b245eb0893b"
PIN="629a4a42cfe43fe2007847e133ab088835b29dda"
REPO="https://github.com/containers/gvisor-tap-vsock"

SRC="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
Expand Down
Loading