diff options
| author | Andreas Jakum <aj-gh@users.noreply.github.com> | 2026-03-24 07:47:55 +0100 |
|---|---|---|
| committer | Andreas Jakum <aj-gh@users.noreply.github.com> | 2026-03-24 07:47:55 +0100 |
| commit | 337fc64e2bb61f37a6c878f8e02e7fe3a9bb1556 (patch) | |
| tree | 3b5a27462eaba7bb6820b6b47ee3511465680a5f /data.php | |
| parent | 5b2affde75e9337990e182667d45fc59ac4c2c23 (diff) | |
Add new vpn endpoint.
Diffstat (limited to 'data.php')
| -rw-r--r-- | data.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -330,6 +330,8 @@ foreach ($lines as $num => $line) ($nodename[$iptoLoc] == "tunnel" && $locations[$locids[$iptoLoc]]->locname == "housing") || ($nodename[$ipfromLoc] == "viennagw" && $locations[$locids[$ipfromLoc]]->locname == "edis") || ($nodename[$iptoLoc] == "viennagw" && $locations[$locids[$iptoLoc]]->locname == "edis") || + ($nodename[$ipfromLoc] == "viennagw" && $locations[$locids[$ipfromLoc]]->locname == "ffwien") || + ($nodename[$iptoLoc] == "viennagw" && $locations[$locids[$iptoLoc]]->locname == "ffwien") || ($locations[$locids[$iptoLoc]]->hastinc && $locations[$locids[$ipfromLoc]]->hastinc)) { $links[$i]->label = -1; |
