# All IPv6 IP addresses show up as 172.17.0.1

**URL:** https://meta.discourse.org/t/all-ipv6-ip-addresses-show-up-as-172-17-0-1/396819
**Category:** Self-hosting
**Created:** [February 23, 2026, 5:23pm UTC](https://meta.discourse.org/t/all-ipv6-ip-addresses-show-up-as-172-17-0-1/396819 "2026-02-23T17:23:45Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [February 23, 2026, 5:23pm UTC](https://meta.discourse.org/t/all-ipv6-ip-addresses-show-up-as-172-17-0-1/396819/1 "2026-02-23T17:23:45Z")

</div>

I had a site complain that a bunch of users were getting 429 errors. It turned out that they were having their IP addresses listed as 172.17.0.1. Most users had their actual address in the logs. I finally figured out that this site has IPv6 enabled and has an `AAAA` record configured and think this is the issue.

I created /etc/docker/daemon.json:

```plaintext
{
  "userland-proxy": false
}

```

and restarted docker and the problem went away.

This seems like a bug. Isn’t there some way that the nginx template could solve this?

---

_[View the full topic](https://meta.discourse.org/t/all-ipv6-ip-addresses-show-up-as-172-17-0-1/396819)._
