Quellcode durchsuchen

etcdmain: default "--host-whitelist '*'"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee vor 8 Jahren
Ursprung
Commit
35509bf69c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      etcdmain/help.go

+ 1 - 1
etcdmain/help.go

@@ -150,7 +150,7 @@ security flags:
 		path to the peer certificate revocation list file.
 		path to the peer certificate revocation list file.
 	--cors '*'
 	--cors '*'
 		comma-separated whitelist of origins for CORS, or cross-origin resource sharing, (empty or * means allow all).
 		comma-separated whitelist of origins for CORS, or cross-origin resource sharing, (empty or * means allow all).
-	--host-whitelist ''
+	--host-whitelist '*'
 		acceptable hostnames from HTTP client requests, if server is not secure (empty or * means allow all).
 		acceptable hostnames from HTTP client requests, if server is not secure (empty or * means allow all).
 
 
 logging flags
 logging flags