mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #241] Add VPN-only settings option #193
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#193
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dcousens on GitHub (May 7, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/241
When using a self-hosted server, for many configurations it may only be accessible when connected to your VPN.
Rather than relying on DNS resolution to fail (for example, if using
.home.arpafor your domain names), there could be a settings option that prevents the foreground service from connecting unless a VPN is active.This isn't fool-proof, especially if you use multiple VPN's, but it could prevent/reduce any DNS requests until the device is ready.
In addition to providing a CA certificate for authentication as in https://github.com/binwiederhier/ntfy/issues/215, this would reduce your device from making unnecessary outgoing connections.
@MuratovAS commented on GitHub (May 13, 2022):
I have not met such a function in other applications. I think she is excessive.
If you want your DNS provider does not see requests when the VPN disconnected, use the firewall.
It allows you to configure the application only to work through VPN.
https://f-droid.org/en/packages/dev.ukanth.ufirewall/
@dcousens commented on GitHub (May 13, 2022):
@MuratovAS you're probably right, this may just be a manifestation of my frustration at Android's VPN support [when not rooted].