From e1af23a4782c77b81003bacebc6c7d38e02b60c5 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 18 Aug 2023 23:57:44 -0400 Subject: [PATCH] add attestation service config for email --- systemd/system/attestation.service.d/local.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 systemd/system/attestation.service.d/local.conf diff --git a/systemd/system/attestation.service.d/local.conf b/systemd/system/attestation.service.d/local.conf new file mode 100644 index 0000000..5cf1ca1 --- /dev/null +++ b/systemd/system/attestation.service.d/local.conf @@ -0,0 +1,3 @@ +[Service] +IPAddressAllow={{ipv4_address}} +IPAddressAllow={{ipv6_address}}