Destination port and ip for daily.sh

Our organization has strict outgoing firewall policy.

Can anyone help me out with destination port and ip for daily.sh to run successfully?

daily.sh does all kinds of dependency resolving. So if you want to whitelist the IPs it will contact, that will become a big list.

The 3 main components for external connectivity I can think of are;

  • Composer (PHP dependencies)
  • Github (LibreNMS version updates)
  • PIP (Python requirements)

Github has an API where you can see the IPs they use.
For Composer and PIP you can use private repos if you want to keep the traffic internal.

This topic was automatically closed 730 days after the last reply. New replies are no longer allowed.