Skip to content

Instantly share code, notes, and snippets.

View j4ger's full-sized avatar

椰格 j4ger

  • 20:02 (UTC +08:00)
View GitHub Profile
@j4ger
j4ger / novpn.sh
Created August 18, 2022 16:30 — forked from kriswebdev/novpn.sh
novpn: Bypass VPN for specific apps [Linux / OpenVPN]
#!/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.