From 4b588c093752522ec6eb00962858701ca0636e48 Mon Sep 17 00:00:00 2001 From: Julie Zhao Date: Fri, 21 Jun 2024 10:46:10 -0400 Subject: [PATCH] clarify that Momentum resolv.conf does not support nameserver rotation --- content/momentum/4/config/ref-resolv-conf.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/momentum/4/config/ref-resolv-conf.md b/content/momentum/4/config/ref-resolv-conf.md index 45abbfd0f..d26c38c4c 100644 --- a/content/momentum/4/config/ref-resolv-conf.md +++ b/content/momentum/4/config/ref-resolv-conf.md @@ -67,7 +67,14 @@ Alias for `options attempts:2` +## Note + +Momentum does not support the `rotate` option of `resolv.conf`. An upstream server supporting + nameserver rotation can be used in `resolv.conf` to achieve the goal for Momentum to use the + de facto rotated nameservers for DNS lookups. + + ## Scope -resolve_conf is valid in the global scope. \ No newline at end of file +resolve_conf is valid in the global scope.