Skip to content

Commit 78e5156

Browse files
Update fips-compliance.md (#29108)
* Update fips-compliance.md * Update content/en/agent/configuration/fips-compliance.md Co-authored-by: Brett Blue <[email protected]> --------- Co-authored-by: Brett Blue <[email protected]>
1 parent 24f6bbb commit 78e5156

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/en/agent/configuration/fips-compliance.md

+16
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,22 @@ These errors indicate that the Datadog Agent FIPS Proxy is not able to contact b
338338

339339
For more information about outbound connections from the Agent, see the [Network Traffic][5] guide.
340340

341+
### Name resolver configuration for the FIPS Proxy
342+
Replace `<Your DNS Resolver>:<Port>` with the appropriate DNS Server IP addresses and port for your network. These IP addresses must correspond to your designated name resolver servers to maintain proper functionality and ensure accurate domain name resolution. In the `datadog-fips-proxy.cfg` configuration file, locate the section listed below and configure your DNS accordingly:
343+
```
344+
# This section is to reload DNS Records
345+
346+
# Replace these addresses with your DNS Server IP addresses.
347+
348+
resolvers my-dns
349+
350+
parse-resolv-conf
351+
352+
nameserver dns1 <Your DNS IP>:<Port>
353+
354+
nameserver dns2 <Your DNS IP>:<Port>
355+
```
356+
341357
If you're still unsure about your issue, contact [Datadog support][6].
342358

343359
## Further reading

0 commit comments

Comments
 (0)