iperf: open up port
This commit is contained in:
parent
99342a6bb9
commit
24412cbfc7
|
@ -33,6 +33,8 @@
|
||||||
config = {
|
config = {
|
||||||
time.timeZone = config.mj.timeZone;
|
time.timeZone = config.mj.timeZone;
|
||||||
|
|
||||||
|
mj.services.friendlyport.vpn.ports = [config.services.iperf3.port];
|
||||||
|
|
||||||
i18n = {
|
i18n = {
|
||||||
defaultLocale = "en_US.UTF-8";
|
defaultLocale = "en_US.UTF-8";
|
||||||
supportedLocales = [
|
supportedLocales = [
|
||||||
|
@ -99,9 +101,9 @@
|
||||||
curl
|
curl
|
||||||
btop
|
btop
|
||||||
iftop
|
iftop
|
||||||
iperf
|
|
||||||
whois
|
whois
|
||||||
ipset
|
ipset
|
||||||
|
iperf3
|
||||||
jnettop
|
jnettop
|
||||||
openssl
|
openssl
|
||||||
tcpdump
|
tcpdump
|
||||||
|
|
Loading…
Reference in New Issue