Add VPS-aware VPN IP allocation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.litoralregas.vpnprovisioner.vps;
|
||||
|
||||
public record SshCommandResult(
|
||||
int exitCode,
|
||||
String stdout,
|
||||
String stderr
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user