mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 12:30:11 +02:00
04d7cef294
- this makes PMTUD TCP reliable - this only works on kernels with the mark module - on kernels without the mark module, the icmp pmtud mtu found is used
3 lines
105 B
Docker
3 lines
105 B
Docker
FROM ghcr.io/qdm12/godevcontainer:v0.21-alpine
|
|
RUN apk add wireguard-tools htop openssl tcpdump iptables
|