-
Notifications
You must be signed in to change notification settings - Fork 7
Allow for defining public ips for 1:1 NAT #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e87a024 to
8248126
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #87 +/- ##
==========================================
+ Coverage 85.84% 86.06% +0.22%
==========================================
Files 25 25
Lines 1872 1902 +30
==========================================
+ Hits 1607 1637 +30
Misses 265 265
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
| @ipv6 {64_512, 0, 0, 0, 0, 0, 0, 1} | ||
| @invalid_ip :invalid_ip | ||
|
|
||
| test "adds srflx candidate" do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, all tests except for the first one and the last one could be moved to gatherer_test.exs
roznawsk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Add mapping function that maps local ip addresses into public ones.
These public addresses are then used to create server reflexive candidates.