17 lines
528 B
Text
17 lines
528 B
Text
|
graph G {
|
||
|
node [ shape=box ]
|
||
|
# rankdir=LR;
|
||
|
label="Nico's notebooks"
|
||
|
|
||
|
internet [ label="IPv6 Internet" shape="ellipse" ];
|
||
|
|
||
|
freiheit [ label="freiheit\n(Schwanden)\nfreiheit.place5.ungleich.ch" ];
|
||
|
manager [ label="manager\n(Luchsingen)\nmanager.place7.ungleich.ch" ];
|
||
|
diamond [ label="diamond\n(on the road)\ndiamond.place7.ungleich.ch\nnico.plays.ipv6.games" ];
|
||
|
line [
|
||
|
label="line\n(Linthal\ndiamond.place7.ungleich.ch\nnico.ungleich.cloud" ];
|
||
|
|
||
|
internet--{freiheit,manager,diamond,line}
|
||
|
|
||
|
}
|