From 1ff64566c030d24f1fe4f4cd3d894502f02efdf5 Mon Sep 17 00:00:00 2001 From: Shriraj Hegde Date: Sun, 9 Jul 2023 20:40:31 +0530 Subject: [PATCH] Add IPv6 warning for docker Mention IPv6 problem with docker and link to IPv6 documentation for docker. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d2bf4976..f0502ab9 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ Download static-linked build [here](https://github.com/shadowsocks/shadowsocks-r This project provided Docker images for the `linux/i386` and `linux/amd64` and `linux/arm64/v8` architectures. +> :warning: **Docker containers do not have access to IPv6 by default**: Make sure to disable IPv6 Route in the client or [enable IPv6 access to docker containers](https://docs.docker.com/config/daemon/ipv6/#use-ipv6-for-the-default-bridge-network). + #### Pull from GitHub Container Registry Docker will pull the image of the appropriate architecture from our [GitHub Packages](https://github.com/orgs/shadowsocks/packages?repo_name=shadowsocks-rust).