Skip to content

Commit

Permalink
Merge pull request #125 from NetSepio/vpn_changes
Browse files Browse the repository at this point in the history
api/sotreus: add firewall endpoint in response
  • Loading branch information
inciner8r authored Nov 28, 2023
2 parents ee792b3 + 6f2d89e commit 8d87da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1/sotreus/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ type Instance struct {
VpnEndpoint string `json:"vpn_endpoint"`
VpnAPIPort int `json:"vpn_api_port"`
VpnExternalPort int `json:"vpn_external_port"`
FirewallEndpoint string `json:"firewall_endpoint"`
DashboardPassword string `json:"dashboard_password"`
Status string `json:"status"`
WalletAddress string `json:"walletAddress,omitempty"`
Expand Down

0 comments on commit 8d87da2

Please sign in to comment.