Skip to content

Commit 12a956d

Browse files
authored
Merge pull request #111 from panta1209/main
Add pantatv.json for domain configuration
2 parents 95502b8 + 03258ff commit 12a956d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

domains/ciao.su/pantatv.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"description": "个人TV站点",
3+
"owner": {
4+
"name": "panta",
5+
"github": "panta1209",
6+
"email": "[email protected]"
7+
},
8+
"records": [
9+
{
10+
"type": "CNAME",
11+
"name": "@",
12+
"content": "katelyatv-nw6.pages.dev",
13+
"ttl": 3600,
14+
"proxied": true
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)