mirror of
https://github.com/bitwarden/server.git
synced 2024-12-01 13:43:23 +01:00
7 lines
67 B
Bash
7 lines
67 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
ufw allow ssh
|
||
|
ufw allow 'Bitwarden'
|
||
|
|
||
|
ufw --force enable
|