This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Accept connections on all interfaces
Accept ipv4 and ipv6 by default Listen on all interfaces
- Loading branch information
rfaircloth-splunk
committed
Feb 2, 2021
1 parent
7f9ba03
commit ff3448e
Showing
2 changed files
with
67 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
snmp: | ||
port: 2162 | ||
ipv4: True | ||
ipv6: False | ||
ipv6: True | ||
communities: | ||
v1: | ||
- public | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters