Comment on How do I access my services from outside?
monkeyFromTheLake@programming.dev 1 month ago
I am using wireguard for this purpose. My router supports that. It’s a very easy setup and works fine in every is case I encountered except for android car.
B0rax@feddit.org 1 month ago
I heard you need to exclude Android auto in the WireGuard settings, then it should work.
The reason is that the car communicates via IP with your phone. But when all phone traffic is routed through your home, it can not reach the car.
monkeyFromTheLake@programming.dev 1 month ago
Oh thanks. I knew the reason for the issue but had not thought of looking for a solution. Well I thought there was none.