# 简单动态域名服务

{% code title="EasyDDNS.sln" %}

```csharp
Software software = new Software();
software.Name = "简单动态域名服务";
software.ProjectID = "EasyDDNS";
software.Release = "https://nullcraft.org/d/97";
software.ReleaseDate = DateTime.Parse("2024,09,11").ToString();
software.Language = new string[] { "简体中文" };
software.Program = "C#";
software.Framework = ".NET8";

NullCraftSoftwareList.add(software);

Trace.WriteLine(NullCraftSoftwareList.Items.Conut());

>>> 22
```

{% endcode %}

## 关于《简单动态域名服务》 <a href="#guan-yu-mo-zu-jia-zai-qi-zhong-xin" id="guan-yu-mo-zu-jia-zai-qi-zhong-xin"></a>

### 下载《简单动态域名服务》 <a href="#xia-zai-mo-zu-jia-zai-qi-zhong-xin" id="xia-zai-mo-zu-jia-zai-qi-zhong-xin"></a>

{% embed url="<https://nullcraft.org/d/97>" %}

### 软件介绍 <a href="#jie-shao-yu-shi-yong" id="jie-shao-yu-shi-yong"></a>

《简单动态域名服务》即《EasyDDNS》是一款易用的动态IP解析服务，可以将本机IP地址定时同步到域名服务商进行解析，实现域名始终指向最新的动态IP地址，以便方便通过固定域名访问动态IP服务。

### 使用教学 <a href="#jie-shao-yu-shi-yong" id="jie-shao-yu-shi-yong"></a>

{% content-ref url="/pages/YJp0uAfuCCKaqd0WlcCY" %}
[使用教学](/software/easyddns/tutorial.md)
{% endcontent-ref %}

### 更新日志 <a href="#geng-xin-ri-zhi" id="geng-xin-ri-zhi"></a>

{% content-ref url="/pages/UIIiVg9cjmdPhrxoX4eU" %}
[更新日志](/software/easyddns/update.md)
{% endcontent-ref %}

### 软件图片 <a href="#ruan-jian-tu-pian" id="ruan-jian-tu-pian"></a>

<figure><img src="/files/PYKobvQBt0SPYBWxCJ2p" alt=""><figcaption><p>简单动态域名服务 | 主页</p></figcaption></figure>

<figure><img src="/files/zhDnFFQXsyPwKiXsCDdX" alt=""><figcaption><p>简单动态域名服务 | 添加解析</p></figcaption></figure>

<figure><img src="/files/Ke1JXW7iFwEcAUpQIk6r" alt=""><figcaption><p>简单动态域名服务 | 同步解析</p></figcaption></figure>

<figure><img src="/files/9qfPcotQoqqKqEODxBOq" alt=""><figcaption><p>简单动态域名服务 | 同步完成</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nullcraft.org/software/easyddns.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
