diff --git a/README.md b/README.md
index 8bed6bf1c8ebff4659d7f84e23a68f14ee064af6..f9ceb6ab9938d13c792d55d30c3971e014797f84 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[PACKAGE]: ../../raw/master/mkp/unbound-1.2.4-20240522.mkp "unbound-1.2.4-20240522.mkp"
+[PACKAGE]: ../../raw/master/mkp/unbound-1.2.5-20240523.mkp "unbound-1.2.5-20240523.mkp"
 # unbound
 
 This agent plugin cheks the state of the unbound dns daemon. For more information about unbound see: https://nlnetlabs.nl/projects/unbound/about/
diff --git a/mkp/unbound-1.2.5-20240523.mkp b/mkp/unbound-1.2.5-20240523.mkp
new file mode 100644
index 0000000000000000000000000000000000000000..a8ba69781df307403266f70231d5ce1467031535
Binary files /dev/null and b/mkp/unbound-1.2.5-20240523.mkp differ
diff --git a/source/agents/plugins/unbound b/source/agents/plugins/unbound
index badb21e60e134f357c0e4438fc438b7ead92c080..db6cdd99f9f27e96df320b78b129b78998640ffd 100755
--- a/source/agents/plugins/unbound
+++ b/source/agents/plugins/unbound
@@ -11,9 +11,9 @@ fi
 
 if [ -f "$(which unbound-control)" ]; then
   echo '<<<unbound:sep(61)>>>'
-  unbound-control stats_noreset -c $UNBOUND_CFG
+  unbound-control -c $UNBOUND_CFG stats_noreset
   echo '<<<>>>'
   echo '<<<unbound_status:sep(0)>>>'
-  unbound-control status -c $UNBOUND_CFG
+  unbound-control -c $UNBOUND_CFG status
   echo '<<<>>>'
 fi
diff --git a/source/packages/unbound b/source/packages/unbound
index 77789d9c90d7e4c9a1577d191e627de329eba2a7..c959a00fed5dbe452a0edc85fa29716aeaaa844a 100644
--- a/source/packages/unbound
+++ b/source/packages/unbound
@@ -21,7 +21,7 @@
            'lib': ['python3/cmk/base/cee/plugins/bakery/unbound.py']},
  'name': 'unbound',
  'title': 'Unbound',
- 'version': '1.2.4-20240522',
+ 'version': '1.2.5-20240523',
  'version.min_required': '2.2.0b1',
  'version.packaged': '2.2.0p24',
  'version.usable_until': None}