sacloud / libsacloud

[Deprecated] Library for SAKURA Cloud API with Go
Apache License 2.0
18 stars 13 forks source link

News: VPCルータにDNSフォワーディングサーバ機能を追加しました #847

Closed sacloud-bot closed 2 years ago

sacloud-bot commented 2 years ago

VPCルータに「DNSフォワーディングサーバ」機能を追加しました
https://ift.tt/3F0IVhP

yamamoto-febc commented 2 years ago

リクエスト抜粋:

{
  "Appliance": {
    "Settings": {
      "Router": {
        "DNSForwarding": {
          "Enabled": "True",
          "Interface": "eth1",
          "DNSServers": [
            "133.242.0.3",
            "133.242.0.4"
          ]
        }
      }
    }
  },

レスポンスも同じデータ形式。