Changeset 1679
- Timestamp:
- 09/07/10 16:51:54 (3 years ago)
- Location:
- trunk/fon/openvpn/files
- Files:
-
- 2 modified
-
Apps/SetupOpenvpn (modified) (1 diff)
-
etc/fonstated/ReconfOpenVPN (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fon/openvpn/files/Apps/SetupOpenvpn
r1260 r1679 16 16 uci:delete("firewall", "lan2vpn") 17 17 end 18 if lan == "1" then18 if wan == "1" then 19 19 uci:section("firewall", "forwarding", "vpn2wan", {src="vpn",dest="wan"}) 20 20 else -
trunk/fon/openvpn/files/etc/fonstated/ReconfOpenVPN
r1143 r1679 10 10 uci:delete("firewall", "lan2vpn") 11 11 end 12 if lan == "1" then12 if wan == "1" then 13 13 uci:section("firewall", "forwarding", "vpn2wan", {src="vpn",dest="wan"}) 14 14 else
