Initial commit.

This commit is contained in:
2015-11-06 00:41:56 +01:00
commit 72d76f6029
5 changed files with 513 additions and 0 deletions

11
dhclient-dnsupdate.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
dnsupdate_config() {
/usr/bin/dnsupdate "${interface}" "${new_ip_address}"
return 0
}
dnsupdate_restore() {
return 0
}