Docs, fix Linux SNMP example only listening on ::1 (#13882)

This commit is contained in:
Tony Murray
2022-03-30 16:24:21 -05:00
committed by GitHub
parent 1dde13a9aa
commit 6214157e9b

View File

@@ -383,7 +383,7 @@ Make sure the agent listens to all interfaces by adding the following
line inside snmpd.conf:
```
agentAddress udp:161,udp6:[::1]:161
agentAddress udp:161,udp6:161
```
This line simply means listen to connections across all interfaces