ungleich-learning-circle/kjg/dot-cdist/manifest/firewall

10 lines
232 B
Text
Raw Normal View History

2020-05-15 14:58:20 +00:00
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