LibreQoE / LibreQoS

A Quality of Experience and Smart Queue Management system for ISPs. Leverage CAKE to improve network responsiveness, enforce bandwidth plans, and reduce bufferbloat.
https://libreqos.io/
GNU General Public License v2.0
464 stars 50 forks source link

UISP Handle Multiple Internet-Connected Sites #337

Closed rchac closed 1 year ago

rchac commented 1 year ago

For cases where there are multiple internet-connected top level sites, this change will create an 'Internet' node and place every top level site under that.

  graph TD;
      Internet-->SiteA;
      Internet-->SiteB;
      Internet-->SiteC;