Update VPN ports
This commit is contained in:
parent
dd4dff02d0
commit
ee66c4a627
1 changed files with 7 additions and 7 deletions
|
@ -33,12 +33,12 @@ flowchart TD
|
||||||
flowchart LR
|
flowchart LR
|
||||||
|
|
||||||
INTERNET[Internet] --> MULLVAD[Mullvad VPN\nvpn.benpro.fr] --> JPTYO{JP-TYO}
|
INTERNET[Internet] --> MULLVAD[Mullvad VPN\nvpn.benpro.fr] --> JPTYO{JP-TYO}
|
||||||
JPTYO --> PORT_54902[Port 54902]
|
JPTYO --> PORT_56563[Port 56563]
|
||||||
JPTYO --> PORT_56754[Port 56754]
|
JPTYO --> PORT_54805[Port 54805]
|
||||||
PORT_54902 --> LXD[lxd.home.arpa]
|
PORT_56563 --> LXD[lxd.home.arpa]
|
||||||
PORT_56754 --> LXD
|
PORT_54805 --> LXD
|
||||||
LXD --> |Port 54902| GIT[Container git:22]
|
LXD --> |Port 56563| GIT[Container git:22]
|
||||||
LXD --> |Port 56754| CHOWME[Container chownme:22]
|
LXD --> |Port 54805| CHOWME[Container chownme:22]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Backups flowchart
|
## Backups flowchart
|
||||||
|
|
Loading…
Reference in a new issue