mirror of
https://github.com/bitwarden/server.git
synced 2025-04-09 23:28:12 -05: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
|