proxmox_mergable #22

Merged
cronekorkn merged 6 commits from proxmox_mergable into master 2025-06-29 12:25:34 +02:00
Showing only changes of commit 8d941ebef4 - Show all commits

View file

@ -47,6 +47,14 @@
'mtr-tiny': {}, 'mtr-tiny': {},
}, },
}, },
# iperf3
'nftables': {
'input': {
'tcp dport 5201 accept',
'udp dport 5201 accept',
},
},
}, },
'os': 'debian', 'os': 'debian',
'pip_command': 'pip3', 'pip_command': 'pip3',