From 6f15e45402b79b4c18512771085ffc6456fd5c1f Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Tue, 1 Oct 2024 22:32:16 +0300 Subject: [PATCH] freeswitch: fix network policy --- freeswitch/network-policies.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/freeswitch/network-policies.yml b/freeswitch/network-policies.yml index ff31e20..a08dcbb 100644 --- a/freeswitch/network-policies.yml +++ b/freeswitch/network-policies.yml @@ -43,3 +43,7 @@ spec: - to: - ipBlock: cidr: 195.222.16.38/32 # Elisa SIP + - to: + ports: + - port: 53 + protocol: UDP \ No newline at end of file