Skip to content

Commit

Permalink
Merge pull request #134 from redBorder/development
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
JPeraltaNic committed Jun 13, 2024
2 parents 834e531 + 8624b10 commit 129824f
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.0.0
2.0.1
2 changes: 1 addition & 1 deletion resources/bin/rb_refresh_darklist_memcached_keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ ! -f DARK_LIST_FILE ]; then
/usr/lib/redborder/bin/rb_update_darklist.sh
fi

entries=$(/usr/lib/redborder/scripts/red.rb memcached keys dark | grep -c darklist)
entries=$(/usr/lib/redborder/scripts/rbcli.rb memcached keys dark | grep -c darklist)



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 @@ -329,6 +329,9 @@
system("firewall-cmd --permanent --zone=home --add-port=162/udp &>/dev/null")
system("firewall-cmd --permanent --zone=public --add-port=162/udp &>/dev/null")

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

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

Expand Down

0 comments on commit 129824f

Please sign in to comment.