You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently a collegue student who is exploring DNSSEC,Initially, I set out to implement a DNS authoritative server using Python and the Scapy package. However, I’ve encountered a significant challenge: the processing speed of Python has led to timeouts in every test I’ve conducted.
In search of a more efficient solution, I turned to Go. But I’ve noticed that there is a lack of DNSSEC support in the existing layer sub-packages. Nevertheless, I’m still able to work with raw data.
But I'm really want to try make layers support for DNSSEC based on existing codes. I would like to do it by myself and submit a pull request, could I?
The text was updated successfully, but these errors were encountered:
It seemed that google/gopacket hasn't been maintained anymore.
I am switching to gopacket/gopacket.
Btw, I have implemented DNSSEC in my fork tochusc/gopacket. Hope this could help somebody🌟
TochusC
changed the title
Lacking Support of DNSSEC in Sub-packages layers
Feature Request: Support of DNSSEC in Sub-packages layers
Oct 16, 2024
Hello everyone,
I am currently a collegue student who is exploring DNSSEC,Initially, I set out to implement a DNS authoritative server using Python and the Scapy package. However, I’ve encountered a significant challenge: the processing speed of Python has led to timeouts in every test I’ve conducted.
In search of a more efficient solution, I turned to Go. But I’ve noticed that there is a lack of DNSSEC support in the existing layer sub-packages. Nevertheless, I’m still able to work with raw data.
But I'm really want to try make layers support for DNSSEC based on existing codes. I would like to do it by myself and submit a pull request, could I?
The text was updated successfully, but these errors were encountered: