InviZible icon indicating copy to clipboard operation
InviZible copied to clipboard

[Wiki] : Add instructions on how to configure RDNS

Open shuvashish76 opened this issue 1 year ago • 3 comments

https://github.com/Gedsh/InviZible/wiki/Proxy-mode-(no-root-required)

In additioln to Netguard and personalDNSfilter, request update the wiki with instructions on how to configure RethinkDNS for this.

Ping @ignoramous (form RDNS team) for help.

PS: I know how to configure...it's for official documentation only

shuvashish76 avatar Aug 12 '24 16:08 shuvashish76

What is the reason for using InviZible with RethinkDNS? They do pretty much the same things.

Gedsh avatar Aug 13 '24 09:08 Gedsh

Honestly for me it's about Logs, App specific domain/ip rules etc. which are presented in an user friendly UI. RethinkDNS shows app specific domains/ips nicely which I check when testing/trying_out new apps. I know InviZible has Firewall option but it's not as configurable as RDNS at least in this context.

To some extent InviZible already offers some/most of the features we've in Netguard and personalDNSfilter as well. So it's not about comparison vs RDNS, IMO it's about having the freedom of choice. I don't think it's a bad idea to add guide for RDNS especially as it's a FOSS project which actively promotes InviZible Pro (in their Telegram group bot configured to suggest "how to configure with InviZible") 🙂

shuvashish76 avatar Aug 14 '24 18:08 shuvashish76

So it's not about comparison vs RDNS

I'm just wondering about real use cases. When people prefer to use these two apps together.

Gedsh avatar Aug 15 '24 19:08 Gedsh

So it's not about comparison vs RDNS

I'm just wondering about real use cases. When people prefer to use these two apps together.

Has me wondering too. The only thing I can think of is adding I2P functionality and/or TOR while keeping a more powerful firewall and VPN support (proxied wireguard) via the RethinkApp.

SevenFactors avatar Nov 20 '24 08:11 SevenFactors

I have finally found time for instructions.

@ignoramous I hope everything's correct? https://github.com/Gedsh/InviZible/wiki/InviZible-and-Rethink

in their Telegram group bot configured to suggest "how to configure with InviZible"

Unfortunately, I couldn't find the manual mentioned. Perhaps I was looking in the wrong place.

Gedsh avatar Dec 04 '24 12:12 Gedsh

Thanks 🙏

hope everything's correct?

Yes.

A note that Rethink won't connect to InviZible if VPN is in lockdown mode (ie, Block connections without VPN is turned ON) could be added for completeness.

ignoramous avatar Dec 05 '24 08:12 ignoramous

btw, is there a way to programmatically setup InviZible (Tor / I2P), then connect to it (Rethink has a similar integration with Orbot using plain Intents)?

ignoramous avatar Dec 05 '24 08:12 ignoramous

in their Telegram group bot configured to suggest "how to configure with InviZible"

Unfortunately, I couldn't find the manual mentioned. Perhaps I was looking in the wrong place.

There used to be a bot for common user queries including InviZible Pro back in 2022/23. Sorry, I'm not active on their Telegram/Matrix group/room so not sure :(

shuvashish76 avatar Dec 05 '24 09:12 shuvashish76

A note that Rethink won't connect to InviZible if VPN is in lockdown mode

This is a common situation for such a setup, because in lockdown mode, excluded apps cannot connect to the internet. And you need to exclude InviZible.

could be added for completeness

Added.

is there a way to programmatically setup InviZible (Tor / I2P), then connect to it

You can also start and stop modules using intents. See Enable script control in Common Settings. You can also monitor the state of modules when this option is enabled via broadcasts. But I don't have a tutorial on this as no one has been interested in this before. https://github.com/Gedsh/InviZible/blob/master/tordnscrypt/src/main/java/pan/alexander/tordnscrypt/modules/ModulesStatusBroadcaster.kt

Gedsh avatar Dec 05 '24 11:12 Gedsh