Zomboided / service.vpn.manager

VPN plugin for Kodi
GNU General Public License v2.0
310 stars 80 forks source link

On Libreelec 10/kodi Matrix RaiPlay addon is bypassing it #347

Closed alfredosc8 closed 2 years ago

alfredosc8 commented 3 years ago

I'm using Libreelec 10/kodi Matrix to run RaiPlay addon and watch Italian live TV with VPN, it's look like the plugin is going over the VPN. Apparently routing table looks good but it is connections are not going to the tunnel. Can you take a look? I could help you if you will give me same directions because I never build an addon. Thanks

Zomboided commented 3 years ago

What does it report when you connect? Does it show a different country? It’s using an external api service to report location so if this is showing somewhere other than your real location/ip address then it’s connected.

In the UK, many VPN services are blocked by the legitimate TV providers to prevent use outside of the country. Maybe this is your issue

On 29 Sep 2021, at 04:58, Alfredo Scotto @.***> wrote:

 I'm using Libreelec 10/kodi Matrix to run RaiPlay addon and watch Italian live TV with VPN, it's look like the plugin is going over the VPN. Apparently routing table looks good but it is connections are not going to the tunnel. Can you take a look? I could help you if you will give me same directions because I never build an addon. Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

alfredosc8 commented 3 years ago

it could be but using IKEV2 or Surfshark crome add-on(that uses iKeV2) it works. The issue is on using openvpn

On Sep 29, 2021, at 2:20 AM, Zomboided @. @.>> wrote:

What does it report when you connect? Does it show a different country? It’s using an external api service to report location so if this is showing somewhere other than your real location/ip address then it’s connected.

In the UK, many VPN services are blocked by the legitimate TV providers to prevent use outside of the country. Maybe this is your issue

On 29 Sep 2021, at 04:58, Alfredo Scotto @.***> wrote:

 I'm using Libreelec 10/kodi Matrix to run RaiPlay addon and watch Italian live TV with VPN, it's look like the plugin is going over the VPN. Apparently routing table looks good but it is connections are not going to the tunnel. Can you take a look? I could help you if you will give me same directions because I never build an addon. Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Zomboided/service.vpn.manager/issues/347#issuecomment-929872014, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACJ23RFZAVR43NQYBQWXSTDUEKV3RANCNFSM5E635N5A. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Zomboided commented 3 years ago

Maybe, but the addon only supports openvpn and that's not going to change. If it connects and reports a different location/IP, then it's working and the issue is outside of the addon. I'm not sure what more you're expecting me to do.

On Wed, Sep 29, 2021 at 6:56 PM Alfredo Scotto @.***> wrote:

it could be but using IKEV2 or Surfshark crome add-on(that uses iKeV2) it works. The issue is on using openvpn

On Sep 29, 2021, at 2:20 AM, Zomboided @. @.>> wrote:

What does it report when you connect? Does it show a different country? It’s using an external api service to report location so if this is showing somewhere other than your real location/ip address then it’s connected.

In the UK, many VPN services are blocked by the legitimate TV providers to prevent use outside of the country. Maybe this is your issue

On 29 Sep 2021, at 04:58, Alfredo Scotto @.***> wrote:

 I'm using Libreelec 10/kodi Matrix to run RaiPlay addon and watch Italian live TV with VPN, it's look like the plugin is going over the VPN. Apparently routing table looks good but it is connections are not going to the tunnel. Can you take a look? I could help you if you will give me same directions because I never build an addon. Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/Zomboided/service.vpn.manager/issues/347#issuecomment-929872014>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ACJ23RFZAVR43NQYBQWXSTDUEKV3RANCNFSM5E635N5A . Triage notifications on the go with GitHub Mobile for iOS < https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android < https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Zomboided/service.vpn.manager/issues/347#issuecomment-930411313, or unsubscribe https://github.com/notifications/unsubscribe-auth/AECJZZKC4TWAEEN54E6NHSDUENHLPANCNFSM5E635N5A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

alfredosc8 commented 2 years ago

the problem was the dns fix that on the latest libreelec is not working because dns is configured with connmanager , the code is looking for the wrong command and it is not activating the process to add the APPEND.txt to the open vpn definition.

Sent from my iPhone

On Sep 29, 2021, at 2:20 AM, Zomboided @.***> wrote:

 What does it report when you connect? Does it show a different country? It’s using an external api service to report location so if this is showing somewhere other than your real location/ip address then it’s connected.

In the UK, many VPN services are blocked by the legitimate TV providers to prevent use outside of the country. Maybe this is your issue

On 29 Sep 2021, at 04:58, Alfredo Scotto @.***> wrote:

 I'm using Libreelec 10/kodi Matrix to run RaiPlay addon and watch Italian live TV with VPN, it's look like the plugin is going over the VPN. Apparently routing table looks good but it is connections are not going to the tunnel. Can you take a look? I could help you if you will give me same directions because I never build an addon. Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.