Skip to content

Commit

Permalink
fix: example for eu.org (jeessy2#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeessy2 authored Dec 22, 2023
1 parent afb8c71 commit e2605ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/domains.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

// 固定的主域名
var staticMainDomains = []string{"com.cn", "org.cn", "net.cn", "ac.cn", "eu.org", "asso.eu.org", "edu.eu.org", "int.eu.org", "net.eu.org", "pu.ua"}
var staticMainDomains = []string{"com.cn", "org.cn", "net.cn", "ac.cn", "eu.org", "asso.eu.org", "edu.eu.org", "int.eu.org", "net.eu.org", "cn.eu.org", "pu.ua"}

// Domains Ipv4/Ipv6 domains
type Domains struct {
Expand Down
12 changes: 6 additions & 6 deletions web/writing.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ <h5 class="portlet__head">IPv4</h5>
aria-describedby="ipv4_domains_help"
></textarea>
<small id="ipv4_domains_help" class="form-text text-muted">
一行一个域名, 可使用冒号手动分隔主机记录, 如:<b
>subdomain:cn.eu.org</b
>
一行一个域名,
可使用冒号分隔根域名(example.cn.eu.org)与子域名(www),
填写为:<b>www:example.cn.eu.org</b>
<a
target="blank"
href="https://github.com/jeessy2/ddns-go/wiki/传递自定义参数"
Expand Down Expand Up @@ -415,9 +415,9 @@ <h5 class="portlet__head">IPv6</h5>
aria-describedby="ipv6_domains_help"
></textarea>
<small id="ipv6_domains_help" class="form-text text-muted">
一行一个域名, 可使用冒号手动分隔主机记录, 如:<b
>subdomain:cn.eu.org</b
>
一行一个域名,
可使用冒号分隔根域名(example.cn.eu.org)与子域名(www),
填写为:<b>www:example.cn.eu.org</b>
<a
target="blank"
href="https://github.com/jeessy2/ddns-go/wiki/传递自定义参数"
Expand Down

0 comments on commit e2605ff

Please sign in to comment.