Sfoglia il codice sorgente

Add ::1 to allowed_hosts for IPv6 connections.

Bas Couwenberg 9 anni fa
parent
commit
684752fd81
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      sample-config/nrpe.cfg.in

+ 1 - 1
sample-config/nrpe.cfg.in

@@ -95,7 +95,7 @@ nrpe_group=@nrpe_group@
 #
 #
 # NOTE: This option is ignored if NRPE is running under either inetd or xinetd
 # NOTE: This option is ignored if NRPE is running under either inetd or xinetd
 
 
-allowed_hosts=127.0.0.1
+allowed_hosts=127.0.0.1,::1