fix: add spf record for spf
This commit is contained in:
parent
b12296d780
commit
875d7ddb42
|
@ -52,7 +52,7 @@ const spf = (req, res) => {
|
|||
query.close();
|
||||
swipl.cleanup()
|
||||
swipl.initialise()
|
||||
return res.status(200).send([...new Set(result)])
|
||||
return res.status(200).send({spf: spf, allowedIP: [...new Set(result)]})
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user