mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Tests: - Functional tests work. - Initial setup works. - Setting the setup version to 1 and running the service upgrades to version 2. During this, export_config() and clean() work successfully. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
10 lines
409 B
Python
Executable File
10 lines
409 B
Python
Executable File
#!/usr/bin/python3
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
"""Legacy configuration helper for Dynamic DNS, kept for compatibility.
|
|
|
|
Cron jobs in the earlier implementation used to call into this script with the
|
|
sub-commands 'update' and 'success'. This action script now allows for any
|
|
arbitrary sub-command to be called and does nothing. It can be removed after
|
|
the release of Debian 12 (bookworm).
|
|
"""
|