3,201 questions
Score of -8
0 answers
94 views
Is there a kill switch alternative for a homemade VPN? [closed]
I am trying to build a server and wanna make it as secure as possible without much of a hassle. I came to know that implementing a kill switch into the system opens up a new level of security, but its ...
Score of 0
2 answers
179 views
How to block all VPN connections to Java server?
How to block all VPN connections to a Java server using:
- only the standard Java JDK API;
- no third-party libraries;
- no external sources.
Score of 0
0 answers
80 views
Architecture review: Locally hosted web app with VPN access for confidential business data
I am building a custom business tracking application from scratch for a client. Due to strict Private and Confidential (PnC) data requirements, the client has mandated that the application and ...
Score of 0
0 answers
151 views
VPN server with privoxy/tor
I want to use both a VPN and the anonymity of tor.
How can I set up my VPN server, so that all traffic is routed from there through privoxy/tor?
(Youtube e.g. has blocked the IP address of my VPN ...
Score of 0
1 answer
48 views
setup F5vpn using key stored in TPM?
Can I setup an F5VPN connection using a key generated and stored inside the TPM of my Linux laptop? Platform is Debian 13? AFAICT f5fpc is based upon openssl (which could imply PKCS#11 support), but ...
Score of 1
0 answers
176 views
Safari fails to load some websites with lwIP in Packet Tunnel Provider ("could not establish a secure connection")
I’ve integrated lwIP into my iOS Packet Tunnel Provider. Most websites load successfully, but for some sites the page loads up to ~60–80% and then Safari suddenly shows:
“Safari cannot open the page ...
Score of 2
0 answers
491 views
On macOS, how do I override/force a DNS nameserver, in a way that res_query (resolver(3)) will recognise?
I'm doing DNS lookups on macOS, programmatically, using res_query (from
resolver(3)). This works, normally, but times out when I do the
lookup whilst connected to a $WORK VPN.
I'm stuck trying to ...
Score of 2
0 answers
141 views
Designing an Android frontend for a Cloak proxy for OpenVPN
I'm developing an Android app in Java that interfaces with a Go service (Cloak proxy). The proxy listens locally and forwards traffic to an external proxy server.
My app provides a frontend for the Go ...
Score of 0
1 answer
356 views
Keep AzureWebsite in private network and only accessible by user enabled AzVPN
We created a website called adminuidev.azurewebsites.net. We disabled public access and enabled private link and add it into a VNet with NSG. Our goal is only let MSFT AzVPN enabled user has access to ...
Score of 0
1 answer
153 views
Is there any way to know my proxy address? [closed]
I am behind a commercial proxy/VPN that I don't know what proxy protocol it uses.
When cloning my GitHub source code, I see
GitHub: "failed to connect to github 443 windows/ Failed to connect to ...
Score of 0
1 answer
108 views
Rails app on Docker compose with wireguard VPN, how dows that work?
We have this Wireguard VPN which we use to connect to AWS RDS database and perform some operations there through our rails API: I set the API to run with correct environment variables for the database,...
Score of 2
1 answer
294 views
How to set up a site-to-site connection between Azure VNet and an on-premises network with a single IP address for traffic selectors?
I'm trying to establish a site-to-site VPN connection between my Azure VNet and an on-premises network. The company I'm connecting with only accepts one private IP address from me to add to their ...
Score of 0
0 answers
195 views
How can I programmatically manage a "Per-App VPN"?
I have an iOS app which contains a Network Extension that subclasses NEPacketTunnelProvider, acting as a packet-tunnel VPN. After deploying the app on the device as a regular app, it runs the ...
Score of 1
0 answers
166 views
Server unreachable through Flutter app over VPN on Browserstack
The company made their development and testing servers only available through VPN. On browserstack we followed the documentation, but the server is still unreachable when trying to connect through the ...
Score of 0
0 answers
252 views
Connection reset by peer error when using SOCKS5 proxy in Android VPN app
I’ve been working on an Android app that uses a custom VPN service to connect via a SOCKS5 proxy on my VPS. However, I’m encountering the following error:
Connection failed: Connection reset by peer
...