mirror of https://github.com/hak5/openwrt.git
openvpn: enable ipv6 parameters
http://patchwork.openwrt.org/patch/4945/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40931lede-17.01
parent
e847b236bc
commit
a171eb4e4f
|
@ -113,7 +113,8 @@ start_instance() {
|
||||||
route_metric route_up rport script_security secret server server_bridge setenv shaper sndbuf \
|
route_metric route_up rport script_security secret server server_bridge setenv shaper sndbuf \
|
||||||
socks_proxy status status_version syslog tcp_queue_limit tls_auth \
|
socks_proxy status status_version syslog tcp_queue_limit tls_auth \
|
||||||
tls_cipher tls_remote tls_timeout tls_verify tmp_dir topology tran_window \
|
tls_cipher tls_remote tls_timeout tls_verify tmp_dir topology tran_window \
|
||||||
tun_mtu tun_mtu_extra txqueuelen user verb down push up
|
tun_mtu tun_mtu_extra txqueuelen user verb down push up \
|
||||||
|
ifconfig_ipv6 route_ipv6 server_ipv6 ifconfig_ipv6_pool ifconfig_ipv6_push iroute_ipv6
|
||||||
|
|
||||||
openvpn_add_instance "$s" "/var/etc" "openvpn-$s.conf"
|
openvpn_add_instance "$s" "/var/etc" "openvpn-$s.conf"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue