Skip to content

Commit

Permalink
change suppressDnsZoneIP false to true
Browse files Browse the repository at this point in the history
  • Loading branch information
c1982 committed Sep 21, 2018
1 parent 6534db0 commit 0b02228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ZoneImport/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static void Start()
{
var _parser = new MsDnsZoneParser(_zoneDirectory);
var _api = new ApiClient(_apiKey, _apiHost, _defaultPort, _defaultSSL, format:"XML", suppressResponse:true,
suppressDnsZoneIP: false, generatePassword:false);
suppressDnsZoneIP: true, generatePassword:false);

var ZoneList = _parser.Start();

Expand Down
2 changes: 1 addition & 1 deletion ZoneImport/ZoneImport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<ItemGroup>
<Reference Include="MpMigrate.MaestroPanel.Api, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\MpImport\MpMigrate.MaestroPanel.Api\bin\Release\MpMigrate.MaestroPanel.Api.dll</HintPath>
<HintPath>..\..\..\MpImport\MpMigrate.MaestroPanel.Api\bin\Debug\MpMigrate.MaestroPanel.Api.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\MpImport\MpMigrate.MaestroPanel.Api\bin\Debug\Newtonsoft.Json.dll</HintPath>
Expand Down

0 comments on commit 0b02228

Please sign in to comment.