mirror of
https://github.com/coredns/coredns.git
synced 2026-05-26 03:40:23 -04:00
fix: reject unknown ready plugin properties (#8119)
Signed-off-by: immanuwell <pchpr.00@list.ru>
This commit is contained in:
committed by
GitHub
parent
3e762bc603
commit
1fbc686758
@@ -58,6 +58,13 @@ ready localhost:1234 {
|
||||
input: `
|
||||
ready localhost:1234 {
|
||||
monitor 404
|
||||
}`,
|
||||
shouldErr: true,
|
||||
},
|
||||
{
|
||||
input: `
|
||||
ready {
|
||||
monitro continuously
|
||||
}`,
|
||||
shouldErr: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user