Skip to content

Commit 209107a

Browse files
authored
fix: invalid property, formatted it neatly
1 parent 178269e commit 209107a

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

laughingman.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2-
"owner": {
3-
"username": "hassankhan2608",
4-
"email": "laughingman404@proton.me"
5-
},
6-
"discription": "I need NS delegation to manage multiple self-hosted services on dynamic IPs with SSL, automation, and webhook support, while keeping origin IPs private. This allows me full DNS control and security isolation via my own Cloudflare zone.",
7-
"record": {
8-
"NS": [
9-
"georgia.ns.cloudflare.com",
10-
"toby.ns.cloudflare.com"
11-
]
12-
}
2+
"description": "I need NS delegation to manage multiple self-hosted services on dynamic IPs with SSL, automation, and webhook support, while keeping origin IPs private. This allows me full DNS control and security isolation via my own Cloudflare zone.",
3+
4+
"owner": {
5+
"username": "hassankhan2608",
6+
"email": "laughingman404@proton.me"
7+
},
8+
9+
"records": {
10+
"NS": [
11+
"georgia.ns.cloudflare.com",
12+
"toby.ns.cloudflare.com"
13+
]
14+
}
1315
}

0 commit comments

Comments
 (0)