Renaming IPWhiteList to IPAllowList

This commit is contained in:
Wambugu
2022-10-26 18:16:05 +03:00
committed by GitHub
parent e86f21ae7b
commit 1b9873cae9
69 changed files with 523 additions and 506 deletions

View File

@@ -0,0 +1,13 @@
{
"ipAllowList": {
"sourceRange": ["127.0.0.1/32"]
},
"name": "ipallowlist@myprovider",
"provider": "myprovider",
"status": "enabled",
"type": "ipallowlist",
"usedBy": [
"bar@myprovider",
"test@myprovider"
]
}