diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-30 08:33:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-30 08:33:51 +0200 |
commit | 6a9aa992ea49d6f8a2a088cff5a36283e0cca9a8 (patch) | |
tree | 384db779303b1e807287fc32f274181ac61fea5e /src/completion/list_ddclient_protocols.sh | |
parent | 42a2037dfae8a989fcd12b9d732c635259f0743f (diff) | |
parent | 6c2a2aa4e93d40c9575a83791daf2d141f387976 (diff) | |
download | vyos-1x-6a9aa992ea49d6f8a2a088cff5a36283e0cca9a8.tar.gz vyos-1x-6a9aa992ea49d6f8a2a088cff5a36283e0cca9a8.zip |
Merge pull request #2303 from indrajitr/ddclient-misc-1
ddclient: T5612: Miscellaneous improvements and fixes for dynamic DNS
Diffstat (limited to 'src/completion/list_ddclient_protocols.sh')
-rwxr-xr-x | src/completion/list_ddclient_protocols.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/completion/list_ddclient_protocols.sh b/src/completion/list_ddclient_protocols.sh index 75fb0cf44..3b4eff4d6 100755 --- a/src/completion/list_ddclient_protocols.sh +++ b/src/completion/list_ddclient_protocols.sh @@ -14,4 +14,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -echo -n $(ddclient -list-protocols) +echo -n $(ddclient -list-protocols | grep -vE 'nsupdate|cloudns') |