aboutsummaryrefslogtreecommitdiff
path: root/net/vpnbypass
Commit message (Collapse)AuthorAge
* vpnbypass: add procd reload trigger for vpnbypass configRichard Yu2019-12-10
| | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* vpnbypass: bugfix: PROCD command not found on stopStan Grishin2019-10-20
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* vpnbypass: better start/stop from Web UI and triggersStan Grishin2018-01-25
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* Merge pull request #4337 from stangri/vpnbypassHannu Nyman2017-05-08
|\ | | | | vpnbypass: removed PROCD instance from start_service.
| * vpnbypass: removed PROCD instance from start_service.Stan Grishin2017-05-08
| | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | Merge pull request #4167 from stangri/vpnbypassHannu Nyman2017-03-20
|\| | | | | vpnbypass: linted (shellshock) init script, modified README, removed unneeded dependencies
| * vpnbypass: linted (shellshock) init script, modified README.Stan Grishin2017-03-19
| |
* | Merge pull request #4146 from stangri/vpnbypassHannu Nyman2017-03-13
|\| | | | | vpnbypass: updated service enable/start logic.
| * vpnbypass: updated service enable/start logic.Stan Grishin2017-03-06
| | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | treewide: use name in define and eval linesStijn Tintel2017-03-08
|/ | | | | | | | | | | | | | | For consistency, use full name instead of $(PKG_NAME) in define and eval lines for all packages. I've seen reviews that asked to do this before, and I am asking the same during reviews now. To avoid this in the future, fix this treewide so when people use existing packages as example, we will not have to request this change anymore. This makes all packages consistent with both LEDE and OpenWrt base repositories. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* vpnbypass: reworked output formatting and logic.Stan Grishin2017-03-05
| | | | | | | | | | | vpnbypass: No longer depends on hardcoded WAN interface name). vpnbypass: Table ID, IPSET name and FW_MARK as well as FW_MASK can be defined in config file. vpnbypass: Uses iptables, not ip rules for handling local IPs/ranges. vpnbypass: More reliable creation/destruction of VPNBYPASS iptables chain. vpnbypass: Updated Web UI enables/start and stops/disables service. vpnbypass: Beautified output. Signed-off-by: Stan Grishin <stangri@melmac.net>
* vpnbypass: fix for flushing mangle tableStan Grishin2017-02-16
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* vpnbypass: fixed makefile and removed screenshot from .files/Stan Grishin2017-02-14
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* vpnbypass: makefile hotfixStan Grishin2017-02-14
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* vpnbypass: remove problematic sed command from MakefileHannu Nyman2017-02-14
| | | | | | | | | | Makefile had sed commands in "prepare" step that modified the source files directly. That lead to feed update failure at the buildbot. Remove those commands as the first aid. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* vpnbypass: updated README (linked from luci app)Stan Grishin2017-02-13
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* vpnbypass: new service triggers, typo fix, more reliable startStan Grishin2017-02-13
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* vpnbypass: HOTFIX no longer incorrectly stopping service/reliable startStan Grishin2017-02-04
| | | | | | | fixed: stop function used to kill the hotplug file fixed: despite ubus wait_for network.interface.wan and WAN-IF hotplug, sometimes we'd get no WAN ip on start Signed-off-by: Stan Grishin <stangri@melmac.net>
* vpnbypass: initial commitStan Grishin2017-01-27
Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: fixed renamed option in stop_service Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: fixed typo in makefile, switch FW_MARK to 0x010000 to play nice with SQM/mwan (thanks Hannu) Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: proper masking in setting mark Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: separating luci-app-vpnbypass into different tree Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: fixed incorrect use of procd_add_reload_interface_trigger according to http://wiki.prplfoundation.org/wiki/Procd_reference Signed-off-by: Stan Grishin <stangri@melmac.net>