mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 11:10:09 +00:00
added traefik iptables auto-update on boot...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
685e7bfe14
commit
01d57aa88a
@ -78,6 +78,10 @@ echo "# Setup: iptables..."
|
||||
@ lxc-attach $ID rc-service iptables save
|
||||
@ lxc-attach $ID rc-service iptables start
|
||||
|
||||
echo "# Setup: iptables update script..."
|
||||
@ lxc-attach $ID rc-update add local
|
||||
@ lxc-attach $ID ln -s /root/routing.sh /etc/local.d/iptables-update.start
|
||||
|
||||
echo "# Post config..."
|
||||
pctSet $ID "${OPTS_STAGE_2}" $REBOOT
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user