update: new config support DE go server and --test option #16

Merged
MOIS3Y merged 1 commits from MOIS3Y/isp-maintenance:gogo into main 2024-12-12 21:13:44 +08:00
Owner

Added support for GE servers and the --test flag which will check the connection to both RU and GE.

To use it you need to reinitialize the config or change a piece of the field now like this

- GO_SERVER_ADDR=ssh.ispsystem.net

+ GO_SERVER_ADDR_RUSSIAN=ssh.ispsystem.net
+ GO_SERVER_ADDR_GERMANY=ssh-de.ispsystem.net
+ GO_SERVER_ADDR_TEST=sshtest.ispsystem.net

You can check the connection

gogo --test

To go to the client via the DE server, simply add the --de flag to the command without any arguments

gogo --vm 228.228.228.228 -p 22 --de
Added support for GE servers and the `--test` flag which will check the connection to both RU and GE. To use it you need to reinitialize the config or change a piece of the field now like this ```diff - GO_SERVER_ADDR=ssh.ispsystem.net + GO_SERVER_ADDR_RUSSIAN=ssh.ispsystem.net + GO_SERVER_ADDR_GERMANY=ssh-de.ispsystem.net + GO_SERVER_ADDR_TEST=sshtest.ispsystem.net ``` You can check the connection ```console gogo --test ``` To go to the client via the DE server, simply add the --de flag to the command without any arguments ```console gogo --vm 228.228.228.228 -p 22 --de ```
MOIS3Y added the
enhancement
label 2024-12-12 20:46:53 +08:00
MOIS3Y added 1 commit 2024-12-12 20:46:53 +08:00
MOIS3Y added this to the ISP maintenace app project 2024-12-12 20:46:54 +08:00
a.garaev approved these changes 2024-12-12 20:48:56 +08:00
MOIS3Y closed this pull request 2024-12-12 21:04:56 +08:00
MOIS3Y reopened this pull request 2024-12-12 21:12:02 +08:00
MOIS3Y closed this pull request 2024-12-12 21:13:10 +08:00
MOIS3Y reopened this pull request 2024-12-12 21:13:20 +08:00
MOIS3Y merged commit ba6dd53f6c into main 2024-12-12 21:13:44 +08:00
Sign in to join this conversation.
No description provided.