-
Notifications
You must be signed in to change notification settings - Fork 82
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
Reddit.com
Network Security, Blocking VPN Connections
#430
Comments
Route it through Cloudflare warp on the reddit domains so your "exit node" is a different IP |
@iopq |
@underdog-03 Follow the instructions below to test and see if the solution works for you: Add {
"type": "field",
"outboundTag": "warp",
"domain": [
"geosite:reddit", // Include Reddit-related domains
"domain:reddit.com" // Include Reddit's main domain
]
}
{
"type": "field",
"outboundTag": "IPv4",
"domain": [
// Avoid adding Reddit-related domains here
"geosite:cloudflare",
"geosite:google",
"geosite:netflix",
"geosite:spotify",
"geosite:speedtest"
]
} Save your updated JSON configuration file. Advanced WARP Configuration (Optional) {
"type": "field",
"outboundTag": "warp",
"domain": [
"geosite:reddit", // Reddit geosite
"domain:reddit.com", // Main Reddit domain
"domain:redditstatic.com", // Static content
"domain:redd.it", // Short URLs
"domain:redditmedia.com", // Media files
"domain:alb.reddit.com", // Load balancer
"domain:external-preview.redd.it", // External previews
"domain:styles.redditmedia.com", // Stylesheets
"domain:b.thumbs.redditmedia.com", // Thumbnails
"domain:emoji.redditmedia.com" // Emojis
]
} Give it a try and let me know how it goes! |
Wow, it’s working! 🎉 |
Hi Everyone,
I’m currently running several VPS servers with Vultr and Hetzner, where I’ve set up Xray VPN. These servers work seamlessly with most websites, and the IP addresses are neither blacklisted nor banned.
However, I’ve encountered an issue when trying to access
Reddit.com
. It seems that Reddit’s Network Security detects the VPN connections and blocks access. I’ve tried several approaches, including setting up Fake DNS and using Warp, but unfortunately, I’m still facing the same issue.If anyone has a solution or workaround to bypass Reddit’s Network Security while maintaining VPN functionality??
I’d greatly appreciate your guidance
The text was updated successfully, but these errors were encountered: