Initial commit.
This commit is contained in:
11
dhclient-dnsupdate.sh
Executable file
11
dhclient-dnsupdate.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
dnsupdate_config() {
|
||||
/usr/bin/dnsupdate "${interface}" "${new_ip_address}"
|
||||
return 0
|
||||
}
|
||||
|
||||
dnsupdate_restore() {
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user