sipcapture / heplify-server

HEP Capture Server for HOMER
https://sipcapture.org
GNU Affero General Public License v3.0
184 stars 85 forks source link

Add subnet to PromTargetIP #539

Open diegoarias2t opened 10 months ago

diegoarias2t commented 10 months ago

Hello,

Is there any way to add a subnet directly to PromTargetIP and tag it with a single name in PromTargetName ?

Ex.

PromTargetName = "10.1.2.111,10.1.2.4,172.16.0.0/16" PromTargetIP = "sbc_access,sbc_core,customer_a"

I have been doing some research, but have not found a way.

lmangani commented 10 months ago

Hello @diegoarias2t I believe that's not possible at the moment but could be implemented. I'll mark this as a feature request. If you know go feel free to submit a PR 👍

diegoarias2t commented 10 months ago

Thank you @lmangani , I'll take a look at it.