fix: snmpv3 and ipv6 for sshsvc

This commit is contained in:
2024-09-12 11:17:22 +08:00
parent 81176226ae
commit 6ada81d36d
5 changed files with 48 additions and 16 deletions

View File

@@ -136,6 +136,8 @@ func main() {
PrivProto: conf.SNMPServer.PrivProto,
EngineID: conf.SNMPServer.EngineID,
TrapPort: conf.SNMPServer.TrapPort,
TrapListen: conf.SNMPServer.TrapListen,
TrapBool: conf.SNMPServer.TrapBool,
TrapTick: conf.SNMPServer.TrapTick,
TimeOut: conf.SNMPServer.TimeOut,
TrapTarget: conf.SNMPServer.TrapTarget,