mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
The easiest way to set up the probe server behind a symmetric NAT is to deploy it as a Docker container and alter the iptables rules for the Docker network subnet that the container runs in.
3 lines
41 B
Docker
3 lines
41 B
Docker
FROM golang:1.13
|
|
|
|
COPY probetest /go/bin
|