mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -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
|