Skip to content

Commit

Permalink
Release 2.2.2 (#143)
Browse files Browse the repository at this point in the history
* Add memcached ports to the firewall, udp and tcp

* Release 2.2.2

---------

Co-authored-by: Miguel Alvarez <[email protected]>
  • Loading branch information
jsotofernandez and malvads committed Jun 26, 2024
1 parent 096c2af commit 0ea3091
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.2.2
4 changes: 4 additions & 0 deletions resources/scripts/rb_init_conf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,10 @@
#webui
system("firewall-cmd --permanent --zone=home --add-port=8001/tcp &>/dev/null")

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

# Reload firewalld configuration
system("firewall-cmd --reload &>/dev/null")

Expand Down

0 comments on commit 0ea3091

Please sign in to comment.