dns delivery compile error
Opened this issue · 1 comments
Deleted user commented
hi thanks for this great job, when i try to compile the dnsdelivery.cs it gives me this error: "DnsResolver does not exist in this contest"!!
Arno0x commented
Hi, make sure you also have the dnsResolver.cs file in the same directory and compile both files using the following command line:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /unsafe /out:dnsdelivery.exe *.cs