shawn1m / overture

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

fix(edns): modify `SourceNetmask` for IPv6 #260

Closed tuzi3040 closed 3 years ago

tuzi3040 commented 3 years ago

Google public dns required ipv6 edns SourceNetmask to be no more than 56.

codecov[bot] commented 3 years ago

Codecov Report

Merging #260 (a8dcfdb) into master (fdc65ac) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #260   +/-   ##
=======================================
  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 fdc65ac...a8dcfdb. Read the comment docs.

shawn1m commented 3 years ago

Merged. Thanks!