10 lines
232 B
Text
10 lines
232 B
Text
|
case "$__target_host" in
|
||
|
# Everybody has this
|
||
|
localhost)
|
||
|
__package nftables
|
||
|
require="__package/nftables" __my_firewall --file basic
|
||
|
;;
|
||
|
*)
|
||
|
__my_nginx
|
||
|
__my_nginx_site $__target_host #test
|
||
|
esac
|