1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-01 13:43:23 +01:00
bitwarden-server/util/DigitalOceanMarketplace/scripts/02-ufw-bitwarden.sh

7 lines
67 B
Bash
Raw Normal View History

#!/bin/sh
ufw allow ssh
ufw allow 'Bitwarden'
ufw --force enable