This website requires JavaScript.
Explore
Help
Register
Sign In
rustics
/
dns
Watch
2
Star
0
Fork
0
You've already forked dns
Code
Issues
8
Pull Requests
Projects
1
Releases
Wiki
Activity
DNS server in Rust for learning and fun purposes
11
Commits
3
Branches
0
Tags
73
KiB
Rust
91.6%
Shell
4.7%
Python
3.7%
678e2ca60e
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
ddidderr
678e2ca60e
add test script for useful dig command to test queries against the server
2022-04-06 20:20:17 +02:00
src
Improve tests
2022-04-06 20:20:00 +02:00
.gitignore
Code for parsing headers added.
2022-03-13 21:56:17 +01:00
Cargo.lock
(tests) Implement tests for DNS header parsing
2022-04-06 20:19:41 +02:00
Cargo.toml
(tests) Implement tests for DNS header parsing
2022-04-06 20:19:41 +02:00
dig_query.sh
add test script for useful dig command to test queries against the server
2022-04-06 20:20:17 +02:00
udp_sender.py
Code for parsing headers added.
2022-03-13 21:56:17 +01:00