Skip to content

Commit

Permalink
🔨 Introduced Secure API WatchGuard for the new/old transaction creati…
Browse files Browse the repository at this point in the history
…on endpoint.

Better CheckIpInList with a `ip-address` npm package.
  • Loading branch information
vekexasia committed Sep 20, 2018
1 parent f6de6a6 commit 9dbb054
Show file tree
Hide file tree
Showing 13 changed files with 1,352 additions and 1,262 deletions.
1 change: 1 addition & 0 deletions etc/devnet/config.json
Expand Up @@ -51,6 +51,7 @@
"access": {
"blackList": []
},
"restrictedWhiteList": [ "127.0.0.1" ],
"options": {
"limits": {
"max": 0,
Expand Down
1 change: 1 addition & 0 deletions etc/mainnet/config.json
Expand Up @@ -35,6 +35,7 @@
"127.0.0.1"
]
},
"restrictedWhiteList": [ "127.0.0.1" ],
"options": {
"limits": {
"max": 0,
Expand Down
1 change: 1 addition & 0 deletions etc/testnet/config.json
Expand Up @@ -35,6 +35,7 @@
"127.0.0.1"
]
},
"restrictedWhiteList": [ "127.0.0.1" ],
"options": {
"limits": {
"max": 0,
Expand Down

0 comments on commit 9dbb054

Please sign in to comment.