fix: remove invalid gss-tsig directive from nsupdate input
Some checks failed
build / build (push) Has been cancelled
Some checks failed
build / build (push) Has been cancelled
This commit is contained in:
parent
473855e59a
commit
a0a588f63b
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ def get_traefik_hostnames():
|
||||||
return hostnames
|
return hostnames
|
||||||
|
|
||||||
def nsupdate(commands):
|
def nsupdate(commands):
|
||||||
input_data = f"gss-tsig\n{commands}\n"
|
input_data = f"{commands}\n"
|
||||||
result = subprocess.run(
|
result = subprocess.run(
|
||||||
['nsupdate', '-g'],
|
['nsupdate', '-g'],
|
||||||
input=input_data, capture_output=True, text=True
|
input=input_data, capture_output=True, text=True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue