Update VPN ports

This commit is contained in:
Benoit S 2022-01-07 19:17:48 +09:00
parent dd4dff02d0
commit ee66c4a627
1 changed files with 7 additions and 7 deletions

View File

@ -33,12 +33,12 @@ flowchart TD
flowchart LR
INTERNET[Internet] --> MULLVAD[Mullvad VPN\nvpn.benpro.fr] --> JPTYO{JP-TYO}
JPTYO --> PORT_54902[Port 54902]
JPTYO --> PORT_56754[Port 56754]
PORT_54902 --> LXD[lxd.home.arpa]
PORT_56754 --> LXD
LXD --> |Port 54902| GIT[Container git:22]
LXD --> |Port 56754| CHOWME[Container chownme:22]
JPTYO --> PORT_56563[Port 56563]
JPTYO --> PORT_54805[Port 54805]
PORT_56563 --> LXD[lxd.home.arpa]
PORT_54805 --> LXD
LXD --> |Port 56563| GIT[Container git:22]
LXD --> |Port 54805| CHOWME[Container chownme:22]
```
## Backups flowchart
@ -109,4 +109,4 @@ flowchart LR
TABLET_FOLDERS_PICTURES_ADOBELIGHTROOM <--> DESKTOP_FOLDERS_HOME_PICTURES_TABLET_ADOBELIGHTROOM
DESKTOP_FOLDERS_HOME_DOCUMENTS_KEEPASS --> |Send only| SMARTPHONE_FOLDERS_DOCUMENTS_KEEPASS
DESKTOP_FOLDERS_HOME_VIDEOS_SHARED --> |Send only| TABLET_FOLDERS_MOVIES_SHARED
```
```