Commit 74b9e6f
Fixing DNS local_ipv* config option (#7507)
The DNS local ip setting currently does not work. It gets overwritten with a default ANY address when we, by default, go to choose a random port. This removes the shadowing of the local variable that already has the local address either set via parameter or set to ANY if a parameter is not set.
Also adding records docs to make this a real parameter that people can know about
(cherry picked from commit 5feefeb)1 parent b044950 commit 74b9e6f
File tree
2 files changed
+9
-11
lines changed- doc/admin-guide/files
- iocore/dns
2 files changed
+9
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2596 | 2596 | | |
2597 | 2597 | | |
2598 | 2598 | | |
| 2599 | + | |
| 2600 | + | |
| 2601 | + | |
| 2602 | + | |
| 2603 | + | |
| 2604 | + | |
| 2605 | + | |
| 2606 | + | |
| 2607 | + | |
2599 | 2608 | | |
2600 | 2609 | | |
2601 | 2610 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | 143 | | |
155 | 144 | | |
156 | 145 | | |
| |||
0 commit comments