mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Class specifier in --dnskey, instead of hardwiring C_IN.
This commit is contained in:
@@ -297,7 +297,7 @@ struct cname {
|
||||
|
||||
struct dnskey {
|
||||
char *name, *key;
|
||||
int keylen, algo, flags;
|
||||
int keylen, class, algo, flags;
|
||||
struct dnskey *next;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user