Commit 211f45a
committed
Update Mockttp for fixes to loopback resolution & PAC proxies
New Node versions (v20.12+) have a slightly different behaviour around
DNS lookups for IP addresses (reporting some as invalid, where they
previously just resolved to the input address). This Mockttp includes a
workaround that resolves this for most cases, allowing us to safely
update Node.
There may still be issues here with a very specific config, but likely
only for configurations using IPv6 within Docker, which is suspect is
fairly rare here. This will be resolved more completely in later
versions (probably by fixing cacheable-lookup).1 parent dce8411 commit 211f45a
2 files changed
+6
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments