diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-29 19:39:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 19:39:40 +0200 |
commit | d40daeaa4d099bfa9afa4ab2d3a217289aa51100 (patch) | |
tree | 32c95826d5e66ebb16c4a8f3d22f9249390820bc /src/conf_mode/dynamic_dns.py | |
parent | d7ae866ec5221b42bc9bea5b40dd7f7c0c4d78bd (diff) | |
parent | 5f4335042cf40bf4bf18294706cce0b3a2fd5907 (diff) | |
download | vyos-1x-d40daeaa4d099bfa9afa4ab2d3a217289aa51100.tar.gz vyos-1x-d40daeaa4d099bfa9afa4ab2d3a217289aa51100.zip |
Merge pull request #439 from thomas-mangin/T2088-explicit-airbag
airbag :T2088: make airbag explicit
Diffstat (limited to 'src/conf_mode/dynamic_dns.py')
-rwxr-xr-x | src/conf_mode/dynamic_dns.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conf_mode/dynamic_dns.py b/src/conf_mode/dynamic_dns.py index 3386324ae..5b1883c03 100755 --- a/src/conf_mode/dynamic_dns.py +++ b/src/conf_mode/dynamic_dns.py @@ -25,6 +25,9 @@ from vyos import ConfigError from vyos.util import call from vyos.template import render +from vyos import airbag +airbag.enable() + config_file = r'/run/ddclient/ddclient.conf' # Mapping of service name to service protocol |