You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example code, you have match(/test.mydomain.org/, IN::A), however this will also match testamydomain.org. Suggest you fix the regexs to it is clear you're not using magical regex syntax :)