Skip to content

Commit

Permalink
Merge pull request #161 from redBorder/development
Browse files Browse the repository at this point in the history
Release 1.6.0
  • Loading branch information
manegron authored Aug 8, 2024
2 parents cda2abd + ad163a0 commit b0ce4c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1
2.6.0
2 changes: 1 addition & 1 deletion resources/bin/rb_upload_cookbooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ listCookbooks="rb-common rb-selinux cron zookeeper kafka druid http2k memcached
hadoop samza nginx geoip webui snmp mongodb rbmonitor rbscanner
f2k logstash pmacct minio postgresql rbdswatcher rbevents-counter
rsyslog freeradius rbnmsp n2klocd rbale rbcep k2http rblogstatter rb-arubacentral rbcgroup rb-exporter rb-clamav rb-postfix
keepalived snort barnyard2 rbaioutliers mem2incident
keepalived snort barnyard2 rbaioutliers mem2incident rb-ai
rb-proxy rb-ips rb-manager" # The order matters! (please keep proxy ips and manager at the end)

max_retries=3
Expand Down
3 changes: 3 additions & 0 deletions resources/scripts/rb_init_conf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@
system("firewall-cmd --permanent --zone=home --add-port=11211/tcp &>/dev/null")
system("firewall-cmd --permanent --zone=home --add-port=11211/udp &>/dev/null")

# redborder-ai
system('firewall-cmd --permanent --zone=home --add-port=50505/tcp &>/dev/null')

#mongo
system("firewall-cmd --permanent --zone=home --add-port=27017/tcp &>/dev/null")

Expand Down

0 comments on commit b0ce4c8

Please sign in to comment.