Should rec_control reload-acls
also reload proxy-protocol-from
?
#14086
Unanswered
franklouwers
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think that would make sense. I'll check if it is feasible soon. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking for a way to reload pdns_rec after a change has been made to
proxy-protocol-from
. I noticedrec_control reload-acls
and was wondering if it should reloadproxy-protocol-from
?At present it doesn't, however the internal variable to track proxy-protocol-from is called
g_proxyProtocolACL
, suggesting the devs at one point felt it's an ACL.If it's an ACL, should it be reloaded bu
reload-acls
?Beta Was this translation helpful? Give feedback.
All reactions