Compare commits
2 Commits
1_3_1-24_e
...
master
Author | SHA1 | Date | |
---|---|---|---|
![]() |
02f87475ff | ||
![]() |
725b2f5418 |
@@ -38,7 +38,7 @@ for my $event (qw(xt_geoip-update bootstrap-console-save
|
||||
event_link("smeserver-xt_geoip-download-action", $event, "10");
|
||||
}
|
||||
for my $event (qw(bootstrap-console-save e-smith-packetfilter-update
|
||||
smeserver-xt_geoip-update remote-access-update))
|
||||
smeserver-xt_geoip-update remoteaccess-update))
|
||||
{
|
||||
event_link("xt_geoip_kmod", $event, "15");
|
||||
}
|
||||
|
@@ -31,7 +31,7 @@
|
||||
|
||||
% foreach my $sv (@services) {
|
||||
% 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 $deco= "none";
|
||||
% if ($svRev eq '!=' ) { $color = 'green'; }
|
||||
|
@@ -44,7 +44,7 @@
|
||||
<br><span class=label>
|
||||
%=l 'xtg_LABEL_REVERSE_MATCH'
|
||||
</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'
|
||||
</span></p>
|
||||
|
||||
|
@@ -35,7 +35,7 @@
|
||||
<br><span class=label>
|
||||
%=l 'xtg_LABEL_REVERSE_MATCH'
|
||||
</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'
|
||||
</span></p>
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
<br><span class=label>
|
||||
%=l 'xtg_LABEL_OTHERS'
|
||||
</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'
|
||||
</span></p>
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
%define name smeserver-xt_geoip
|
||||
%define version 1.3.1
|
||||
%define release 24
|
||||
%define release 26
|
||||
|
||||
Summary: smserver rpm to setup database, update and configuration for xt_geoip module with a panel.
|
||||
Name: %{name}
|
||||
@@ -82,9 +82,15 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 20 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.1-26.sme
|
||||
- Fix createlink typo remote-access-update [SME: 12438]
|
||||
|
||||
* 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
|
||||
- move scriptoig back to /usr/share/geoip
|
||||
- Lose the LE/BE (Little/Big Endian) parts as iptables can't seme to read the file in subdirs
|
||||
- move scripting back to /usr/share/geoip
|
||||
- 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
|
||||
|
||||
* Wed Feb 12 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.1-23.sme
|
||||
|
Reference in New Issue
Block a user