mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 05:53:00 +02:00
Merge branch 'master' into next
This commit is contained in:
@@ -73,9 +73,19 @@ ldconfig
|
||||
# Filesytem cleanup
|
||||
/usr/local/bin/filesystem-cleanup
|
||||
|
||||
# fix module compression of rtl8812au
|
||||
xz -d /lib/modules/6.6.15-ipfire/extra/wlan/8812au.ko.xz
|
||||
xz --check=crc32 --lzma2=dict=512KiB /lib/modules/6.6.15-ipfire/extra/wlan/8812au.ko
|
||||
|
||||
# Apply local configuration to sshd_config
|
||||
/usr/local/bin/sshctrl
|
||||
|
||||
# Add the drop hostile in and out logging options
|
||||
# into the optionsfw settings file and apply to firewall
|
||||
sed -i '$ a\LOGDROPHOSTILEIN=on' /var/ipfire/optionsfw/settings
|
||||
sed -i '$ a\LOGDROPHOSTILEOUT=on' /var/ipfire/optionsfw/settings
|
||||
/usr/local/bin/firewallctrl
|
||||
|
||||
# Start services
|
||||
telinit u
|
||||
/etc/init.d/vnstat start
|
||||
|
||||
Reference in New Issue
Block a user