Skip to content

Commit fdc3c87

Browse files
committed
improve parameter descriptions
1 parent 231f91f commit fdc3c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graylog2-server/src/main/java/org/graylog2/inputs/transports/AbstractHttpTransport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ public ConfigurationRequest getRequestedConfiguration() {
209209
));
210210
r.addField(new BooleanField(
211211
CK_REQUIRE_TRUSTED_PROXIES,
212-
"Require all proxies to be in the trusted proxies list",
212+
"Only allow trusted proxies",
213213
false,
214-
"Check all relaying proxies for forwarded-for headers to match the server configuration's trusted_proxies setting."
214+
"Check all relaying proxies in forwarded-for headers to match the server configuration's trusted_proxies setting."
215215
));
216216
r.addField(new BooleanField(
217217
CK_ENABLE_REAL_IP_HEADER,

0 commit comments

Comments
 (0)