diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..023ce00 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +map.txt diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..08af478 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +output: map.txt +map.txt: map.md + cat map.md | graph-easy --boxart > map.txt diff --git a/map.md b/map.md new file mode 100644 index 0000000..2e8c907 --- /dev/null +++ b/map.md @@ -0,0 +1,7 @@ +### Network Map Generator ### +# Used with graph-easy. +# Install graph easy with `apt install perl-graph-easy`. + +[ gateway ] -- ssh-2222 --> [ gitea11 (192.168.1.36) ] +[ gateway ] --> [ ssh11 (192.168.1.20) ] +