Merge branch 'master' of ssh://soft.dmz.rs/dmzconf

This commit is contained in:
fram3d 2024-01-05 11:39:36 +01:00
commit d3e2cec3a7
4 changed files with 14 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
map.txt

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
output: map.txt
map.txt: map.md
cat map.md | graph-easy --boxart > map.txt

View File

@ -13,5 +13,7 @@
## http11
- Function: dmz.rs website (nginx)
- Access: `ssh -J $USER@rmvm4vrp352yhgtr73w5nafbrtsrsdgj2x7jolpy7b4czqxstt5abfid.onion root@192.168.1.41`
- Access:
1. Start `tor` service.
2. `torsocks ssh -J $USER@rmvm4vrp352yhgtr73w5nafbrtsrsdgj2x7jolpy7b4czqxstt5abfid.onion root@192.168.1.41`
- IP: 192.168.1.41

7
map.md Normal file
View File

@ -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) ]