Skip to content
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

Port Control Protocol (PCP) support #293

Open
stokito opened this issue Jan 24, 2022 · 1 comment
Open

Port Control Protocol (PCP) support #293

stokito opened this issue Jan 24, 2022 · 1 comment

Comments

@stokito
Copy link

stokito commented Jan 24, 2022

It looks like you are implemented UPnP support from scratch. In the file upnp.js quite a lot of code.
But the UPnP is not supported by Apple routers and they use their own much simpler protocol NAT-PMP and it's seconds version called PCP. All this three protocols are supported by miniupnp which is installed on many routers of other vendors and can be installed on OpenWrt. There is a command line utility natpmpc to test it.

Could you please support the NAT-PMP or PCP?
In fact there is a lot of nat-pmp libraries and most of them also supports the UPnP IDG.
But only this one supports PCP too https://github.com/freedomjs/freedom-port-control
So maybe it will be just easy too use it.

@dpm2682
Copy link

dpm2682 commented Jan 26, 2022

  • Hi well done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants