mirror of
https://github.com/gbudny93/RouterOS_Useful_Scripts.git
synced 2025-07-21 19:34:28 +02:00
Update
This commit is contained in:
parent
2212528d57
commit
0195767313
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
@ -7,6 +7,10 @@
|
|||
|
||||
## Change log
|
||||
|
||||
- 12/4/2019
|
||||
- RouterOS_RadiusMonitor.rsc
|
||||
- RouterOS_User_Alerts.rsc
|
||||
|
||||
- 12/4/2019
|
||||
- RouterOS_Auto_Firmware_Upgrade.rsc
|
||||
- RouterOS_Port_Knock.rsc
|
||||
|
@ -244,6 +248,14 @@ $PortKnock base=$knockBase destinationAddress=destinationIP;
|
|||
$R_ARP mode=mode;
|
||||
```
|
||||
|
||||
### RouterOS_Radius_Monitor.rsc
|
||||
> Sends Radius statistics via email
|
||||
|
||||
**Example**
|
||||
```
|
||||
$RadiusMonitor smtpServer=smtpServer smtpPort=smtpPort domain="@example.com" recipient="recipient@example.com";
|
||||
```
|
||||
|
||||
### RouterOS_Renew_License.rsc
|
||||
> Renews RouterOS License
|
||||
|
||||
|
@ -297,6 +309,15 @@ interval="24" taskName="TaskName" startTime="startup"
|
|||
$Substring findMode=true string="string" signA="A" signB "b";
|
||||
```
|
||||
|
||||
### RouterOS_User_alert.rsc
|
||||
> After defined number of logon failure attempts in 1 hour sends email alert and blocks source IP on firewall
|
||||
|
||||
**Example**
|
||||
```
|
||||
$UserAlert message="message" treshhold=3 fileName="fileName" smtpServer=smtpServer smtpPort=smtpPort domain="@example.com" \
|
||||
recipient="recipient@example.com";
|
||||
```
|
||||
|
||||
### More scripts comming soon :)
|
||||
|
||||
## Authors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue