]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blame - dhall/server/service/plugin/mkIPRestriction.dhall
dhall(upgrade): upgrade code to be compatible with dhall 1.21.0
[github/fretlink/ansible-kong-app.git] / dhall / server / service / plugin / mkIPRestriction.dhall
CommitLineData
331e852c 1let Plugin = ./Plugin.dhall
77e27a11 2
331e852c 3let config = ./Config.dhall
77e27a11
HAL
4
5in λ(whiteList : Text)
331e852c
PB
6 → { name =
7 "ip-restriction"
8 , config =
9 config.IPRestriction { whitelist = whiteList }
10 }
11 : Plugin