Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
- Update README
  • Loading branch information
jelu committed Apr 25, 2024
1 parent b3064be commit 9ad1e22
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

WIP

In-use at https://cmdns.dev.dns-oarc.net/ instances:
```
$ kdig @77.72.225.247 ns.tcmdns.dev.dns-oarc.net AAAA +quic +short
2a01:3f0:0:57::247
$ q ns.tcmdns.dev.dns-oarc.net @quic://77.72.225.247 -i
ns.tcmdns.dev.dns-oarc.net. 1m A 77.72.225.247
ns.tcmdns.dev.dns-oarc.net. 1m AAAA 2a01:3f0:0:57::247
```

Protocols TODO:
- send STREAM FIN after response?
- check for STREAM FIN from client on query?
Expand All @@ -28,5 +37,5 @@ srv.ListenAndServe()
```
MIT License
Copyright (c) 2022 OARC, Inc.
Copyright (c) 2024 OARC, Inc.
```

0 comments on commit 9ad1e22

Please sign in to comment.