[fix] network

This commit is contained in:
Andy Bunce 2025-02-21 22:02:05 +00:00
parent a4dd633293
commit def1d35a8b
2 changed files with 25 additions and 25 deletions

View file

@ -44,11 +44,11 @@ digraph saffron {
c0 [label = "caddy";];
c1 [label = "basex-test:9090";href = "http://odroid.local:9090";tooltip = "Basex 10.7";];
c2 [label = "tiddy-wiki:8088";href = "http://odroid.local:8088";tooltip = "Tiddly wiki";];
c5 [label = "wireshark:4000";href = "http://odroid.local:4000";tooltip = "Wire shark";];
c4 [label = "wireguard:51820";tooltip = "VPN service";];
c4 [label = "tiddy-wiki:8088";href = "http://odroid.local:8088";tooltip = "Tiddly wiki";];
c5 [label = "wireguard:4000";href = "http://odroid.local:4000";tooltip = "Wire shark";];
c6 [label = "redis-test:6379";href = "http://odroid.local:6379";tooltip = "Redis";];
c7 [label = "pihole";href = "http://192.168.1.59";];
c6 [label = "redis-test:6379";tooltip = "Redis API";];
c7 [label = "pihole";href = "http://192.168.1.59";tooltip="PiHole Ad blocker"];
}
subgraph cluster_d {
label = "fins";
@ -87,7 +87,7 @@ digraph saffron {
b3 -> g1;
b4 -> e3;
b5 -> e2;
vpn -> c6;
vpn -> c4;
c0 -> d2 [ltail = "cluster_c"; lhead = "cluster_d"; style = "dotted";];
c0 -> f1 [ltail = "cluster_c"; lhead = "cluster_f"; style = "dotted";];
c0 -> e1 [ltail = "cluster_c"; lhead = "cluster_e"; style = "dotted";];