mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Merge remote-tracking branch 'origin/master' into next
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
boot/boot.cmd
|
||||
boot/boot.scr
|
||||
etc/system-release
|
||||
etc/issue
|
||||
srv/web/ipfire/cgi-bin/credits.cgi
|
||||
var/ipfire/langs
|
||||
etc/rc.d/init.d/aws
|
||||
etc/rc.d/init.d/unbound
|
||||
srv/web/ipfire/cgi-bin/dnsforward.cgi
|
||||
@@ -0,0 +1,2 @@
|
||||
boot/boot.cmd
|
||||
boot/boot.scr
|
||||
1
config/rootfiles/oldcore/127/filelists/bind
Symbolic link
1
config/rootfiles/oldcore/127/filelists/bind
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/bind
|
||||
@@ -16,5 +16,7 @@ srv/web/ipfire/cgi-bin/ovpnmain.cgi
|
||||
srv/web/ipfire/cgi-bin/proxy.cgi
|
||||
srv/web/ipfire/cgi-bin/vpnmain.cgi
|
||||
usr/lib/firewall/firewall-lib.pl
|
||||
usr/local/bin/xt_geoip_update
|
||||
var/ipfire/backup/include
|
||||
var/ipfire/general-functions.pl
|
||||
var/ipfire/geoip-functions.pl
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
# along with IPFire; if not, write to the Free Software #
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
||||
# #
|
||||
# Copyright (C) 2018 IPFire-Team <info@ipfire.org>. #
|
||||
# Copyright (C) 2019 IPFire-Team <info@ipfire.org>. #
|
||||
# #
|
||||
############################################################################
|
||||
#
|
||||
@@ -48,6 +48,14 @@ ldconfig
|
||||
# Regenerate squid configuration file
|
||||
sudo -u nobody /srv/web/ipfire/cgi-bin/proxy.cgi
|
||||
|
||||
# If not exist create ovpn ca index.txt(.attr) and fix rights
|
||||
touch /var/ipfire/ovpn/ca/index.txt.attr
|
||||
chmod 644 /var/ipfire/ovpn/ca/index.txt.attr
|
||||
chown nobody:nobody /var/ipfire/ovpn/ca/index.txt.attr
|
||||
touch /var/ipfire/ovpn/ca/index.txt
|
||||
chmod 644 /var/ipfire/ovpn/ca/index.txt
|
||||
chown nobody:nobody /var/ipfire/ovpn/ca/index.txt
|
||||
|
||||
# Start services
|
||||
/etc/init.d/unbound restart
|
||||
/etc/init.d/squid start
|
||||
@@ -58,6 +66,12 @@ sysctl -p
|
||||
# Re-run depmod
|
||||
depmod -a
|
||||
|
||||
# Update xt_geoip
|
||||
/usr/local/bin/xt_geoip_update
|
||||
|
||||
# This update needs a reboot...
|
||||
touch /var/run/need_reboot
|
||||
|
||||
# Finish
|
||||
/etc/init.d/fireinfo start
|
||||
sendprofile
|
||||
|
||||
Reference in New Issue
Block a user