mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
vpnbypass: README update, code cleanup
Signed-off-by: Stan Grishin <stangri@melmac.net> update Signed-off-by: Stan Grishin <stangri@melmac.net>
This commit is contained in:
committed by
Paul Spooren
parent
281418cc41
commit
0daa9fb1dd
@@ -1,5 +1,8 @@
|
||||
<!-- markdownlint-disable MD013 -->
|
||||
# VPN Bypass
|
||||
|
||||
[](http://hits.dwyl.com/stangri/openwrt/vpnbypass)
|
||||
|
||||
A simple [procd](https://openwrt.org/docs/techref/procd)-based ```vpnbypass``` service for OpenWrt/LEDE Project. This is useful if your router accesses Internet through a VPN client/tunnel, but you want specific traffic (ports, IP ranges, domains or local IP ranges) to be routed outside of this tunnel.
|
||||
|
||||
## Features
|
||||
@@ -14,7 +17,7 @@ A simple [procd](https://openwrt.org/docs/techref/procd)-based ```vpnbypass``` s
|
||||
|
||||
## Screenshot (luci-app-vpnbypass)
|
||||
|
||||

|
||||

|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -57,7 +60,9 @@ opkg update
|
||||
opkg install vpnbypass luci-app-vpnbypass
|
||||
```
|
||||
|
||||
If these packages are not found in the official feed/repo for your version of OpenWrt/LEDE Project, you will need to [add a custom repo to your router](https://github.com/stangri/openwrt_packages/blob/master/README.md#on-your-router) first.
|
||||
If these packages are not found in the official feed/repo for your version of OpenWrt/LEDE Project, you will need to add a custom repo to your router following instructions on [GitHub](https://github.com/stangri/openwrt_packages/blob/master/README.md#on-your-router)/[jsDelivr](https://cdn.jsdelivr.net/gh/stangri/openwrt_packages/README.md#on-your-router) first.
|
||||
|
||||
These packages have been designed to be backwards compatible with OpenWrt 19.07, OpenWrt 18.06, LEDE Project 17.01 and OpenWrt 15.05. However, on systems older than OpenWrt 18.06.6 and/or a system which has deviated too far (or haven't been updated to keep in-sync) with official OpenWrt release you may get a message about missing ```luci-compat``` dependency, which (and only which) you can safely ignore and force-install the luci app using ```opkg install --force-depends``` command instead of ```opkg install```.
|
||||
|
||||
## Default Settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user