Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
This should prevent endless certificate switching for Let's Encrypt
cross-signed intermediate certificates.
|
|
This is used by Let's Encrypt to cross-sign.
|
|
|
|
Instead read infos from gre interface comment.
|
|
Instead make it more robust by reading comments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
... and send subject in telegram message.
|
|
|
|
Bridges are used for loopback... Assume we do not want to disable
addresses if the bridge has no ports.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All scripts scheduled with "start-time=startup interval=0" start
simultaneously, thus racing on global variables. So delay for
a second and give global-config time to finish.
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Christian Hesse <mail@eworm.de>
|
|
|
|
|
|
|
|
|
|
... and drop the scheduler workaround.
|
|
This requires the new script to contain a line:
# requires: dont-require-permissions=yes
|
|
|
|
|
|
|
|
|
|
|
|
... to make sure the api is not flooded with invalid requests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
... to toggle between configuration 'default' and 'alt'.
|
|
Just add something like this to your bridge ports:
comment="default:br-ext,alt:br-intern"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We have to make sure the script does not terminate on first error...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows to fetch from different branch...
|
|
|
|
|
|
|
|
|
|
|