-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Question] neko-vpn with neko-rooms? #80
Comments
You would only need to setup neko-vpn container as in the example, it needs to be in the same network as neko-rooms. And then for firefox, you need to mount own policy (using storage mounts) so that it uses your new vpn proxy. That is actually name of the container For google chrome it is easier, you just need to add |
Ah OK - that makes sense. Also, thank you for the quick response. I'll take a look at this and see how I get on. I do currently run neko-roooms with storage mounts, so that's already in place. I will close this for now, but I will come back if I have any issues setting this up. Thanks again. |
Update: Seems I got this to work! Your instructions were straightforward to follow, so thank you for that! I use Mullvad VPN, so I also had to include the directory I am leaking DNS servers and WebRTC IP when I check the Mullvad checkup page - not sure if that's down to OVPN or the way neko uses the VPN, or my own error? Not sure if you have any experience of using Mullvad. I might be able to get around this while using the Mullvad One thing I meant to ask last time: In the docker-compose file, under the vpn service, there is the line Does the 80 refer to port 80? Or is it something else entirely? I'm asking as I used to run my neko rooms on port 80 to make it a bit easier to access interally and I wasn't sure the cmd link would interfere with it or not. |
It is matter of configuration of web browser, can also be disabled altogether. For DNS you can either set up own pi-hole (or ad guard) where you can get more control of what is how being resolved, or just forcing some public servers (1.1.1.1 or 8.8.8.8). Yes, that is port number where the GUI application is running, can be accessed by |
I was wondering, is there a way to get neko-vpn running with neko-rooms?
I know that I could use a Wireguard container with neko-rooms, but then of course every room would be routed via that VPN. neko-vpn seems like a good option, but I'm not sure how to even start combining them.
Any help would be appreciated - thanks.
The text was updated successfully, but these errors were encountered: