浏览代码

Update event_guard.md (#265)

Anthony 5 月之前
父节点
当前提交
9f4e20971d
共有 1 个文件被更改,包括 9 次插入10 次删除
  1. 9 10
      source/status/event_guard.md

+ 9 - 10
source/status/event_guard.md

@@ -24,22 +24,21 @@ these registered IP addresses that were authenticated.
     -   Advanced -\> Upgrade -\> App Defaults
     -   Advanced -\> Upgrade -\> App Defaults
 -   Run the following commands to install as a service
 -   Run the following commands to install as a service
 
 
-<!-- -->
-
+```
     cp /var/www/fusionpbx/app/event_guard/resources/service/debian.service /etc/systemd/system/event_guard.service
     cp /var/www/fusionpbx/app/event_guard/resources/service/debian.service /etc/systemd/system/event_guard.service
     systemctl enable event_guard
     systemctl enable event_guard
     systemctl start event_guard
     systemctl start event_guard
     systemctl daemon-reload
     systemctl daemon-reload
+```
 
 
--   or as a cron job
-
-> php
-> /var/www/fusionpbx/app/event[guard]{#guard}/resources/service/event[guard.php]{#guard.php}
-> \>/dev/null 2\>&1 &
-
-:
+- or as a cron job
+```
+ php
+ /var/www/fusionpbx/app/event[guard]{#guard}/resources/service/event[guard.php]{#guard.php}
+ \>/dev/null 2\>&1 &
+```
 
 
-Unblock an IP Address \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
+## Unblock an IP Address
 
 
 To unblock an address select the check box and then press the UNBLOCK
 To unblock an address select the check box and then press the UNBLOCK
 button on the top right.
 button on the top right.