Skip to content

Commit

Permalink
V 2.2 + doc
Browse files Browse the repository at this point in the history
  • Loading branch information
XWolfOverride committed Mar 9, 2021
1 parent 466777f commit 1ecf7af
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 39 deletions.
46 changes: 23 additions & 23 deletions DuckDNS/FAbout.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions DuckDNS/FAbout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public partial class FAbout : Form
private FAbout()
{
InitializeComponent();
lbVersion.Text = "v "+Program.VERSION;
}

public static void Execute()
Expand Down
2 changes: 2 additions & 0 deletions DuckDNS/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ namespace DuckDNS
{
static class Program
{
public const string VERSION = "2.2";

/// <summary>
/// The main entry point for the application.
/// </summary>
Expand Down
44 changes: 28 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ This updater tries to be easy to use and ready for advanced users.
Download on the [Releases page](https://github.com/XWolfOverride/DuckDNS/releases).

## Easy mode
![](res/cap/21-main.png)

Initial screen.
| ![](res/cap/21-main.png) |
|:--:|
| *<sub>Initial screen.</sub>* |

The first time the updater opens shows this screen where you can set the token and the domain.

Get both data from your Duck DNS account webpage:

![](res/cap/DuckDNS-page.png)
| ![](res/cap/DuckDNS-page.png) |
|:--:|
| *<sub>DuckDNS account page</sub>* |

Set the update interval from the list or write your own.

Expand Down Expand Up @@ -43,29 +45,27 @@ Click with the secondary mouse button will show a menu with tree options:

## Advanced mode

Advanced mode is only available through Multi domains edition.
Advanced mode is only available activating the multiple domains mode.

| ![](res/cap/21-advanced.png) |
|:--:|
| *<sub>Main screen in advanced mode.</sub>* |


| ![](res/cap/21-advanced.png) |
| *<sub>Main screen in advanced mode.</sub>* |

For more configuration options use the gear button and enable the multi domains mode.

![](res/cap/21-settings.png)
| ![](res/cap/21-settings.png) |
|:--:|
| *<sub>Settings screen.</sub>* |

Settings screen.
Activating it will pass the simple configuration to a domain register with the default options.

Add and remove domains in the list with the buttons at the bottom left and double click for edition.
Add and remove domains in the list with the buttons at the bottom left and double click in the domian for edition.

## Domain item edition

![](res/cap/21-edition.png)

Domain editor screen.
| ![](res/cap/21-edition.png) |
|:--:|
| *<sub>Domain editor screen.</sub>* |

In this screen you can edit the domain name and the IP resolution technique.

Expand Down Expand Up @@ -93,4 +93,16 @@ In this screen you can edit the domain name and the IP resolution technique.

The url path can be a file path useful for local programs.

### Domain item edition
## IP / NIC binding (V2.2)

When editing an item in V2.2 a new section will be swohn allowing user to bind the call to an specific IP or NIC.
Useful when the computer have more than one connections to internet and a specific domain need to be resolved to specific connection.

| ![](res/cap/22-bind.png) |
|:--:|
| *<sub>Domain editor screen in v2.2.</sub>* |

Use the drop down on the Bind to IP field to select the desired IP, whis IP can not be the external one and is shown here for refernece,
when using server resolution the external IP of this nic will be used instead.

Selecting "<any>" the binding logics will not be executed for the specific domain and the update call can be routed for any of the available internet connections.
Binary file added res/cap/22-bind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ecf7af

Please sign in to comment.