We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231f91f commit fdc3c87Copy full SHA for fdc3c87
graylog2-server/src/main/java/org/graylog2/inputs/transports/AbstractHttpTransport.java
@@ -209,9 +209,9 @@ public ConfigurationRequest getRequestedConfiguration() {
209
));
210
r.addField(new BooleanField(
211
CK_REQUIRE_TRUSTED_PROXIES,
212
- "Require all proxies to be in the trusted proxies list",
+ "Only allow trusted proxies",
213
false,
214
- "Check all relaying proxies for forwarded-for headers to match the server configuration's trusted_proxies setting."
+ "Check all relaying proxies in forwarded-for headers to match the server configuration's trusted_proxies setting."
215
216
217
CK_ENABLE_REAL_IP_HEADER,
0 commit comments