2025-02-26 07:14:54 +01:00
|
|
|
class net::open_1022 {
|
|
|
|
sunet::misc::ufw_allow { 'allow_ssh_1022':
|
2025-03-27 19:00:58 +01:00
|
|
|
from => ['130.242.125.68'],
|
2025-02-26 07:14:54 +01:00
|
|
|
port => '1022',
|
2025-03-27 19:00:58 +01:00
|
|
|
proto => 'udp'
|
2025-02-26 07:14:54 +01:00
|
|
|
}
|
|
|
|
}
|