PHP 8.5.2
Preview: after.init Size: 1.10 KB
/usr/share/ufw/after.init

#!/bin/sh
#
# after.init: if executable, called by ufw-init. See 'man ufw-framework' for
#             details. Note that output from these scripts is not seen via the
#             the ufw command, but instead via ufw-init.
#
# Copyright 2013 Canonical Ltd.
#
#    This program is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public License version 3,
#    as published by the Free Software Foundation.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
set -e

case "$1" in
start)
    # typically required
    ;;
stop)
    # typically required
    ;;
status)
    # optional
    ;;
flush-all)
    # optional
    ;;
*)
    echo "'$1' not supported"
    echo "Usage: after.init {start|stop|flush-all|status}"
    ;;
esac

Directory Contents

Dirs: 2 × Files: 16

Name Size Perms Modified Actions
iptables DIR
- drwxr-xr-x 2026-01-08 12:55:34
Edit Download
messages DIR
- drwxr-xr-x 2026-01-08 12:55:34
Edit Download
1.10 KB lrw-r--r-- 2024-03-11 13:18:21
Edit Download
1004 B lrw-r--r-- 2024-03-11 13:18:21
Edit Download
305 B lrw-r--r-- 2023-05-16 13:59:14
Edit Download
915 B lrw-r--r-- 2024-03-11 13:18:21
Edit Download
248 B lrw-r--r-- 2023-05-16 13:59:14
Edit Download
1.10 KB lrw-r--r-- 2024-03-11 13:18:21
Edit Download
2.48 KB lrw-r--r-- 2024-03-11 13:18:21
Edit Download
558 B lrw-r--r-- 2023-05-16 13:59:14
Edit Download
6.54 KB lrw-r--r-- 2024-03-11 13:18:21
Edit Download
693 B lrw-r--r-- 2023-05-16 13:59:14
Edit Download
7.48 KB lrwxr-xr-x 2023-05-16 14:51:25
Edit Download
312 B lrw-r--r-- 2024-03-11 13:18:21
Edit Download
307 B lrw-r--r-- 2018-01-14 19:28:35
Edit Download
60 B lrw-r--r-- 2023-05-16 13:59:14
Edit Download
107 B lrw-r--r-- 2018-01-14 19:28:35
Edit Download
61 B lrw-r--r-- 2023-05-16 13:59:14
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).