ntop / n2n

Peer-to-peer VPN
GNU General Public License v3.0
6.18k stars 930 forks source link

added Windows support to n2n-route tool #1023

Closed Logan007 closed 1 year ago

Logan007 commented 2 years ago

This PR intends to add Windows support to the n2n-route tool, development as we go along.

Fixes #1017

codecov-commenter commented 2 years ago

Codecov Report

Merging #1023 (869a677) into dev (c0259ae) will decrease coverage by 0.91%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##              dev    #1023      +/-   ##
==========================================
- Coverage   20.86%   19.94%   -0.92%     
==========================================
  Files          47       47              
  Lines        8398     8785     +387     
==========================================
  Hits         1752     1752              
- Misses       6646     7033     +387     
Impacted Files Coverage Δ
tools/n2n-route.c 0.00% <0.00%> (ø)
src/wire.c 31.41% <0.00%> (-4.74%) :arrow_down:
src/n2n.c 0.95% <0.00%> (-0.01%) :arrow_down:
src/sn_utils.c 0.00% <0.00%> (ø)
src/edge_utils.c 1.80% <0.00%> (ø)
src/sn_management.c 0.00% <0.00%> (ø)
tools/n2n-portfwd.c 0.00% <0.00%> (ø)
src/edge_management.c 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 c0259ae...869a677. Read the comment docs.

Logan007 commented 2 years ago

Any volunteers to test this on Windows?

Logan007 commented 1 year ago

Merging in anticipation of more feedback.