| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
| |
* The makefile produces the nft and iptables capable `pbr` package
and the `pbr-iptables` package for legacy setups
* This replaces `vpnbypass` and `vpn-policy-routing` packages
* I'm soliciting feedback on this package and my intention is to
update the version to 1.0.0 before this is merged, but I need the
feedback on this and luci-app-pbr before then.
Signed-off-by: Stan Grishin <stangri@melmac.ca>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bugfix: domain names bypass
rename config file
update Makefile
updated README link
updated shellcheck compatibility
support for 21.02.0-rc2 and later
updated code for interface triggers
add newline to test.sh
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
|
|
| |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
|
|
|
|
|
|
| |
Signed-off-by: Stan Grishin <stangri@melmac.net>
update
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
|
|
| |
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
|
|
| |
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
|
|
|
|
| |
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
|
|
| |
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
|
|
| |
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
| |
|
|
|
|
| |
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
|
|
| |
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
|
|
| |
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
|
|
| |
Signed-off-by: Stan Grishin <stangri@melmac.net>
|
|
|
|
|
|
|
| |
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>
|
|
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>
|