diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-07 21:47:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-07 21:47:37 +0100 |
commit | d79b4b143c9d167a8210976b807b6eb996ace6d3 (patch) | |
tree | 22bb8e97baf35dc21c57f4c27a856d8dede60ddb /src/completion | |
parent | 1f304a5b3b3698e11f3a497ca9c61b69ef94b26b (diff) | |
parent | 5674a29374ad0a2a0d3634ceabd7db6932a9f1ab (diff) | |
download | vyos-1x-d79b4b143c9d167a8210976b807b6eb996ace6d3.tar.gz vyos-1x-d79b4b143c9d167a8210976b807b6eb996ace6d3.zip |
Merge pull request #2577 from indrajitr/sagitta-ddclient-backports-T5791
ddclient: T5791: Update dynamic dns configuration path (sagitta backport)
Diffstat (limited to 'src/completion')
-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 c8855b5d1..634981660 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 | grep -vE 'nsupdate|cloudns|porkbun') +echo -n $(ddclient -list-protocols | grep -vE 'cloudns|porkbun') |