Error (missing ";") in TSIG instructions

raf4

New Member
Hi, After setting a TSIG, the user is instructed to add the following to their bind9 config:

key "139.99.156.21-key" {
algorithm hmac-md5;
secret "..."
};

There is an error. There must be a semicolon after the "secret" directive.
 

Chris Cherry

Zoneedit Support
Hello,

Thanks for pointing that out.

I've escalated to our devs to check out and update the instructions if need be.
 

Brad C.

Administrator
Staff member
Thanks for catching this - you are correct about the missing semicolon. We've updated our documentation to correct this.
 
Top