fix: remove invalid gss-tsig directive from nsupdate input
Some checks failed
build / build (push) Failing after 3m13s
Some checks failed
build / build (push) Failing after 3m13s
This commit is contained in:
parent
bdfd8027f4
commit
69048df864
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