Skip to content

Commit

Permalink
add eu.org subdomain (#920)
Browse files Browse the repository at this point in the history
* add eu.org subdomain

* better explain

* fix: prettier again

* ddns:cn.eu.org -> subdomain:cn.eu.org

---------

Co-authored-by: jeessy2 <[email protected]>
  • Loading branch information
intzaaa and jeessy2 authored Dec 22, 2023
1 parent 78cef13 commit afb8c71
Show file tree
Hide file tree
Showing 2 changed files with 1,137 additions and 766 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"}
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"}

// Domains Ipv4/Ipv6 domains
type Domains struct {
Expand Down
Loading

0 comments on commit afb8c71

Please sign in to comment.