Admin-scripts: Difference between revisions
m (Text replacement - "FreshTomato" to "Tomato64") |
No edit summary |
||
Line 9: | Line 9: | ||
'''Halt:''' Commands defined here are called when the device goes through the Shutdown or Reboot process.<br /> | '''Halt:''' Commands defined here are called when the device goes through the Shutdown or Reboot process.<br /> | ||
<br /> | <br /> | ||
[[File: | [[File:20220107-085048.png|729px|frame|none]] | ||
<br /> | |||
<br /> | <br /> | ||
'''Firewall:''' Often, Tomato64 calls the firewall to restart. This happens after configuration changes or some internal events (such as a change of WAN IP). | '''Firewall:''' Often, Tomato64 calls the firewall to restart. This happens after configuration changes or some internal events (such as a change of WAN IP). | ||
Line 18: | Line 19: | ||
<br /> | <br /> | ||
[[File: | [[File:20220107-090632.png|frame|none]] | ||
<br /> | |||
<br /> | <br /> | ||
'''Word Wrap:''' This option wraps text exceeding the line length to the next line, to make it easier to read. | '''Word Wrap:''' This option wraps text exceeding the line length to the next line, to make it easier to read. |
Latest revision as of 21:02, 30 September 2023
Scripts
The Scripts page allows you to define certain commands to be run upon specific events. These events are predefined. Each event condition has its own tab.
INIT: A script entered here is run at boot time, before any connections are established.
Halt: Commands defined here are called when the device goes through the Shutdown or Reboot process.
Firewall: Often, Tomato64 calls the firewall to restart. This happens after configuration changes or some internal events (such as a change of WAN IP).
WAN Up (Main): A script entered here is called every time the primary WAN (re)connects.
MultiWan Up: A script in this field is run every time a WAN is reconnected. Specifying which WAN will trigger the script is done by passing the "$1" parameter in the script.
Word Wrap: This option wraps text exceeding the line length to the next line, to make it easier to read.