Skip to content
Snippets Groups Projects
Commit e9aa9cbb authored by Florent Gluck's avatar Florent Gluck
Browse files

rmeoved unused file

parent 423fcda6
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# DSI tools
ufw allow from 195.176.241.240/29 to any port 9100 proto tcp
ufw allow from 195.176.241.240/29 to any port 9877 proto tcp
# Spice ports for running VMs
ufw allow from any to any port 42000:48000 proto udp
ufw allow from any to any port 42000:48000 proto tcp
# nexus API
ufw allow from any to any port 1077 proto tcp
# ssh
ufw allow from any to any port 22 proto tcp
ufw enable
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment