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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
67 B
Bash
Raw Normal View History

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