OpenVPN: Routing policy
commit4c75d36f6fb2c1da1de8d7db33e2a91714d045e8
authorShibby <shibby@openlinksys.info>
Sat, 16 May 2015 11:16:08 +0000 (16 13:16 +0200)
committerShibby <shibby@openlinksys.info>
Sat, 16 May 2015 11:16:08 +0000 (16 13:16 +0200)
treed2f1f19b99f199d51f24babbc9ab4ab1d8324e1b
parent7be88bde305c1fb7aa77afa1c38bd0e276ee0f1c
OpenVPN: Routing policy

    You can select client IPs, destination IPs or website domain which you want to route through your VPN tunnel.
    You can enter a single IP (192.168.1.5) or a whole subnet in CIDR format (for example 1.2.3.4/30).
    IP range is not supported yet!

    To domain redirect has been used ipset with dnsmasq.

    This feature is using iptables and MARK module - please do not use MARK 111 and 112. Those two are reserved for this feature.
release/src/router/others/Makefile
release/src/router/others/vpnrouting [new file with mode: 0755]
release/src/router/rc/services.c
release/src/router/rc/vpn.c
release/src/router/www/about.asp
release/src/router/www/vpn-client.asp