mirror of
https://github.com/bitwarden/server
synced 2025-12-10 05:13:48 +00: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
|