Skip to content

Instantly share code, notes, and snippets.

View TechieBoy's full-sized avatar
👨‍💻
Focusing

Sanket Shanbhag TechieBoy

👨‍💻
Focusing
View GitHub Profile
@TechieBoy
TechieBoy / novpn.sh
Last active February 16, 2021 05:32 — forked from kriswebdev/novpn.sh
Originallly created to Bypass VPN for specific apps in linux. Can be used to route traffic to specific interface for a specific process.
#!/bin/bash
# === INFO ===
# NoVPN
# Description: Bypass VPN tunnel for applications run through this tool.
VERSION="3.0.0"
# Author: KrisWebDev
# Requirements: Linux with kernel > 2.6.4 (released in 2008).
# This version is tested on Ubuntu 14.04 and 19.10 with bash.
# Main dependencies are automatically installed.