소스 검색

Merge pull request #84 from sebastic/allowed_hosts

Add ::1 to allowed_hosts for IPv6 connections.
John C. Frickson 9 년 전
부모
커밋
6d60cf009a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 
-allowed_hosts=127.0.0.1
+allowed_hosts=127.0.0.1,::1