Integrate Mullvad-Check Tool as docker environment with gluetun #446
redtripleAAA
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
It looks like https://ipv4.am.i.mullvad.net/port/54823 only checks if the port is reachable at your IP. For example without VPN accessing https://ipv4.am.i.mullvad.net/port/443 gives me true with my public IP address. You can retrieve the public IP Address and the forwarded port from the API already, in a Mullvad neutral way. However, I can add something to try reaching the forwarded port, probably return an extra field (true/false) when you access the forwarded port in the http control server, that could be cool. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
### RFE - Question
>>>> Summary:
I just deployed a new setup using Raspberry Pi4 (Did step 2 in ReadMe) ;)
And port forwarding feature with Mullvad
Things working great
>>>> Maybe this is RFE:
Is it possible to add the following to your list of HTTP API
https://ipv4.am.i.mullvad.net/port/54823
This is from: https://mullvad.net/en/check/
For example, with Mullvad, where it uses the same env in docker compose
- FIREWALL_VPN_INPUT_PORTS=54823
And then returns the status result
>>>> Why I think this is would be good idea?
With that, I can run a PowerShell/Python script to send me Telegram/Email on-demand to retrieve both public IP address and the port (I know it's static with Mullvad)
Also, it's convenient to have that feature for a faster access to resources
Cheers
Beta Was this translation helpful? Give feedback.
All reactions