* Thu Feb 13 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.1-25.sme
- Fix various typos as per bug but more to find [SME: 12472]
This commit is contained in:
parent
42ce2cced8
commit
725b2f5418
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
% foreach my $sv (@services) {
|
% foreach my $sv (@services) {
|
||||||
% my $svBC = $sv->prop('BadCountries') || ' ';
|
% my $svBC = $sv->prop('BadCountries') || ' ';
|
||||||
% my $svRev = (( $sv->prop('Xt_geoipRev')|| 'disabled') eq 'disabled' )? '==': '!=';
|
% my $svRev = (( $sv->prop('XTGeoipRev')|| 'disabled') eq 'disabled' )? '==': '!=';
|
||||||
% my $color = 'red';
|
% my $color = 'red';
|
||||||
% my $deco= "none";
|
% my $deco= "none";
|
||||||
% if ($svRev eq '!=' ) { $color = 'green'; }
|
% if ($svRev eq '!=' ) { $color = 'green'; }
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
<br><span class=label>
|
<br><span class=label>
|
||||||
%=l 'xtg_LABEL_REVERSE_MATCH'
|
%=l 'xtg_LABEL_REVERSE_MATCH'
|
||||||
</span><span class=data>
|
</span><span class=data>
|
||||||
% param 'Masq_srv_reverse' => $c->get_reverse('','Xt_geoipRev') unless param 'Masq_srv_reverse';
|
% param 'Masq_srv_reverse' => $c->get_reverse('masq','XTGeoipRev') unless param 'Masq_srv_reverse';
|
||||||
%= select_field 'Masq_srv_reverse' => [['!=' => 'enabled'], ['==' => 'disabled']], class => 'input'
|
%= select_field 'Masq_srv_reverse' => [['!=' => 'enabled'], ['==' => 'disabled']], class => 'input'
|
||||||
</span></p>
|
</span></p>
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<br><span class=label>
|
<br><span class=label>
|
||||||
%=l 'xtg_LABEL_REVERSE_MATCH'
|
%=l 'xtg_LABEL_REVERSE_MATCH'
|
||||||
</span><span class=data>
|
</span><span class=data>
|
||||||
% param 'Masq_reverse' => $c->get_reverse('masq','Xt_geoipRev') unless param 'Masq_reverse';
|
% param 'Masq_reverse' => $c->get_reverse('masq','XTGeoipRev') unless param 'Masq_reverse';
|
||||||
%= select_field 'Masq_reverse' => [[ '!=' => 'enabled'], [ '==' => 'disabled']], class => 'input'
|
%= select_field 'Masq_reverse' => [[ '!=' => 'enabled'], [ '==' => 'disabled']], class => 'input'
|
||||||
</span></p>
|
</span></p>
|
||||||
|
|
||||||
@ -59,7 +59,7 @@
|
|||||||
<br><span class=label>
|
<br><span class=label>
|
||||||
%=l 'xtg_LABEL_OTHERS'
|
%=l 'xtg_LABEL_OTHERS'
|
||||||
</span><span class=data>
|
</span><span class=data>
|
||||||
% param 'Masq_others' => $c->get_reverse('masq','Xt_geoipOther') unless param 'Masq_others';
|
% param 'Masq_others' => $c->get_reverse('masq','XT_GeoipOther') unless param 'Masq_others';
|
||||||
%= select_field 'Masq_others' => [[(l 'DISABLED') => 'disabled'], [(l 'ENABLED') => 'enabled']], class => 'input'
|
%= select_field 'Masq_others' => [[(l 'DISABLED') => 'disabled'], [(l 'ENABLED') => 'enabled']], class => 'input'
|
||||||
</span></p>
|
</span></p>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name smeserver-xt_geoip
|
%define name smeserver-xt_geoip
|
||||||
%define version 1.3.1
|
%define version 1.3.1
|
||||||
%define release 24
|
%define release 25
|
||||||
|
|
||||||
Summary: smserver rpm to setup database, update and configuration for xt_geoip module with a panel.
|
Summary: smserver rpm to setup database, update and configuration for xt_geoip module with a panel.
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -82,9 +82,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 13 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.1-25.sme
|
||||||
|
- Fix various typos as per bug but more to find [SME: 12472]
|
||||||
|
|
||||||
* Thu Feb 13 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.1-24.sme
|
* Thu Feb 13 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.1-24.sme
|
||||||
- move scriptoig back to /usr/share/geoip
|
- move scripting back to /usr/share/geoip
|
||||||
- Lose the LE/BE (Little/Big Endian) parts as iptables can't seme to read the file in subdirs
|
- Lose the LE/BE (Little/Big Endian) parts as iptables can't seem to read the file in subdirs
|
||||||
- Update ULOG to NFLOG in rules but restricts the number of countries
|
- Update ULOG to NFLOG in rules but restricts the number of countries
|
||||||
|
|
||||||
* Wed Feb 12 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.1-23.sme
|
* Wed Feb 12 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.1-23.sme
|
||||||
|
Loading…
Reference in New Issue
Block a user