Daemon that listens for AMQP messages to add IP addresses and ports to FirewallD. IP addresses expire and are removed automatically after a configurable timeout.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
module kazoo_firewall_agent
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
require (
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
github.com/jellydator/ttlcache/v3 v3.2.0 // indirect
|
|
|
github.com/rabbitmq/amqp091-go v1.7.0 // indirect
|
|
|
github.com/wagslane/go-rabbitmq v0.13.0 // indirect
|
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
|
)
|