nwdiag
1 program
Added 2026-03-17T12:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Network Diagram
Provenance: commit 1fb8ad9bf6 · authored 2026-03-17T00:45:34+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Two-network DMZ topology
Provenance: commit 1fb8ad9bf6 · authored 2026-03-17T00:45:34+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
nwdiag {
network dmz {
address = "210.x.x.x/24"
web01 [address = "210.x.x.1"];
web02 [address = "210.x.x.2"];
}
network internal {
address = "172.x.x.x/24";
web01 [address = "172.x.x.1"];
web02 [address = "172.x.x.2"];
db01;
db02;
}
}