mirror of
https://github.com/bitwarden/server.git
synced 2024-11-29 13:25:17 +01:00
7 lines
67 B
Bash
Executable File
7 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ufw allow ssh
|
|
ufw allow 'Bitwarden'
|
|
|
|
ufw --force enable
|