This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/php | |
<?php | |
declare(strict_types=1); | |
/* | |
* OPNsense HA Failover Script - FINAL CORRECTED VERSION | |
* Makes targeted changes for WAN, Tunnels, and Services. | |
* Controls services that are not CARP-aware. | |
* Correctly handles default route on backup node. |