Fix acls
modules/config/dns.scm
| 108 | 108 | (define master-acl | |
| 109 | 109 | (knot-acl-configuration | |
| 110 | 110 | (id "master-acl") | |
| 111 | - | (address (list hermes-ip4)) | |
| 111 | + | (address (list ene-kb-ip4 ene-kb-ip6 ene-rennes-ip4)) | |
| 112 | 112 | (key '("lepiller-key")) | |
| 113 | 113 | (action '(transfer)))) | |
| 114 | 114 | ||
| 115 | 115 | (define slave-acl | |
| 116 | 116 | (knot-acl-configuration | |
| 117 | 117 | (id "slave-acl") | |
| 118 | - | (address (list ene-kb-ip4 ene-kb-ip6)) | |
| 118 | + | (address (list hermes-ip4 hermes-ip6)) | |
| 119 | 119 | (key '("lepiller-key")) | |
| 120 | 120 | (action '(notify)))) | |
| 121 | 121 |