-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from navilg/development
Release 1.2.0
- Loading branch information
Showing
9 changed files
with
92 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/ussr/bin/env bash | ||
|
||
docker buildx create --use | ||
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t linuxshots/namecheap-ddns:1.1.0 --push --pull . | ||
docker buildx create --use --name mybuild | ||
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t linuxshots/namecheap-ddns:1.2.0 --push --pull . | ||
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t linuxshots/namecheap-ddns:latest --push --pull . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module github.com/navilg/namecheap-ddns-docker | ||
|
||
go 1.19 | ||
go 1.22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-16"?> | ||
<interface-response> | ||
<Command>SETDNSHOST</Command> | ||
<Language>eng</Language> | ||
<ErrCount>1</ErrCount> | ||
<errors> | ||
<Err1>Passwords do not match</Err1> | ||
</errors> | ||
<ResponseCount>1</ResponseCount> | ||
<responses> | ||
<response> | ||
<Description>Passwords do not match</Description> | ||
<ResponseNumber>304156</ResponseNumber> | ||
<ResponseString>Validation error; invalid ; password</ResponseString> | ||
</response> | ||
</responses> | ||
<Done>true</Done> | ||
<debug><![CDATA[]]></debug> | ||
</interface-response> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-16"?> | ||
<interface-response> | ||
<Command>SETDNSHOST</Command> | ||
<Language>eng</Language> | ||
<IP>1.2.3.4</IP> | ||
<ErrCount>0</ErrCount> | ||
<errors /> | ||
<ResponseCount>0</ResponseCount> | ||
<responses /> | ||
<Done>true</Done> | ||
<debug><![CDATA[]]></debug> | ||
</interface-response> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters