mirror of
https://github.com/keroserene/snowflake.git
synced 2026-08-13 12:33:18 +02: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
|