shawn1m / overture

A customized DNS relay server
MIT License
1.79k stars 284 forks source link

fix(edns): modify `SourceNetmask` #255

Closed tuzi3040 closed 3 years ago

tuzi3040 commented 3 years ago

Change SourceNetmask of edns for ipv4 to 24 and ipv6 to 64 for compatibibility with google public dns.

codecov[bot] commented 3 years ago

Codecov Report

Merging #255 (f0a1677) into master (0dcc87f) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #255   +/-   ##
=======================================
  Coverage   52.08%   52.08%           
=======================================
  Files          13       13           
  Lines         576      576           
=======================================
  Hits          300      300           
  Misses        227      227           
  Partials       49       49           
Impacted Files Coverage Δ
core/common/edns.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0dcc87f...f0a1677. Read the comment docs.

shawn1m commented 3 years ago

Merged. Thanks!