Set ipify as default

This commit is contained in:
Michi Lehenauer 2016-05-13 11:40:10 +02:00
parent eb41ea72fb
commit 299cb09580

View file

@ -304,6 +304,7 @@ sub ip_strategies_usage {
} }
my %web_strategies = ( my %web_strategies = (
'ipify'=> 1,
'dyndns'=> 1, 'dyndns'=> 1,
'dnspark'=> 1, 'dnspark'=> 1,
'loopia'=> 1, 'loopia'=> 1,
@ -333,7 +334,7 @@ my %variables = (
'ip' => setv(T_IP, 0, 0, 1, undef, undef), 'ip' => setv(T_IP, 0, 0, 1, undef, undef),
'if' => setv(T_IF, 0, 0, 1, 'ppp0', undef), 'if' => setv(T_IF, 0, 0, 1, 'ppp0', undef),
'if-skip' => setv(T_STRING,1, 0, 1, '', undef), 'if-skip' => setv(T_STRING,1, 0, 1, '', undef),
'web' => setv(T_STRING,0, 0, 1, 'dyndns', undef), 'web' => setv(T_STRING,0, 0, 1, 'ipify', undef),
'web-skip' => setv(T_STRING,1, 0, 1, '', undef), 'web-skip' => setv(T_STRING,1, 0, 1, '', undef),
'fw' => setv(T_ANY, 0, 0, 1, '', undef), 'fw' => setv(T_ANY, 0, 0, 1, '', undef),
'fw-skip' => setv(T_STRING,1, 0, 1, '', undef), 'fw-skip' => setv(T_STRING,1, 0, 1, '', undef),
@ -373,7 +374,7 @@ my %variables = (
'use' => setv(T_USE, 0, 0, 1, 'ip', undef), 'use' => setv(T_USE, 0, 0, 1, 'ip', undef),
'if' => setv(T_IF, 0, 0, 1, 'ppp0', undef), 'if' => setv(T_IF, 0, 0, 1, 'ppp0', undef),
'if-skip' => setv(T_STRING,0, 0, 1, '', undef), 'if-skip' => setv(T_STRING,0, 0, 1, '', undef),
'web' => setv(T_STRING,0, 0, 1, 'dyndns', undef), 'web' => setv(T_STRING,0, 0, 1, 'ipify', undef),
'web-skip' => setv(T_STRING,0, 0, 1, '', undef), 'web-skip' => setv(T_STRING,0, 0, 1, '', undef),
'fw' => setv(T_ANY, 0, 0, 1, '', undef), 'fw' => setv(T_ANY, 0, 0, 1, '', undef),
'fw-skip' => setv(T_STRING,0, 0, 1, '', undef), 'fw-skip' => setv(T_STRING,0, 0, 1, '', undef),