hack.less gallery wip

This commit is contained in:
Ingolf Wagner 2021-08-29 19:27:56 +02:00
parent d00622780f
commit 87c4cf0acc
Signed by: palo
GPG key ID: 76BF5F1928B9618B
4 changed files with 55 additions and 0 deletions

0
static/css/.keep Normal file
View file

18
static/js/remark-latest.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,21 @@
nwdiag {
internet [shape = cloud];
internet -- Gibson [address = "my.awesome.dns.com"]
network private {
address = "10.1.1.0/24";
Gibson [address = "10.1.1.1"];
Hackbardt [address = "10.1.1.2"];
HAL [address = "10.1.1.3"];
}
network "private (subnet)" {
Hackbardt [address = "10.2.2.0/24"];
HAL [address = "10.2.3.0/24"];
}
}

View file

@ -0,0 +1,16 @@
nwdiag {
internet [shape = cloud];
internet -- Gibson [address = "my.awesome.dns.com"]
network private {
address = "10.1.1.0/24";
Gibson [address = "10.1.1.1"];
Hackbardt [address = "10.1.1.2"];
HAL [address = "10.1.1.3"];
}
}