-
Hi there,
I am trying to deploy in a Kubernetes environment behind a load balancer using the tcp-proxy option of coTURN.
So far, the coTURN deployment is reachable via Port 5555 using proxy-prot…
-
If I use the "GWSL Distro Tools" -> "Display/Audio Auto-Exporting", it adds the following lines to my profile:
```
export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'…
-
Hello,
After upgrading to v1.19 (running HA 2027.7.1), I cannot connect any more to my docker engine.
I got the following error when starting home assistant in the log file:
`2024-07-06 01:48:0…
-
hello,
i have installed the 'SolarEdge + Growatt TCP modbus' app. I have put in the ip adres and the port number. But I don't get any readings? can you please help me?
I'm using the homey pro an…
-
Nginx会一直维持后端服务器的8个ESTABLISHED长连接,并且永不释放
```
tcp ESTAB 0 0 172.16.103.138:63775 172.16.102.241:9001
tcp ESTAB 0 0 172.16.103.138:26924 1…
-
Trying to build project but getting errors
Vitis 2022.1
Ubuntu 22.04
u50 platform - xilinx_u50_gen3x16_xdma_5_202210_1
Steps to reproduce -
1. git clone https://github.com/fpgasystems/Vitis…
-
I have added fail2ban as a community container to my nextcloud AIO. During testing, **I see that IPs get blocked, but only from the master container.** I can just keep guessing passwords…
-
Hi,
as per the title would it be possible to use the ELM327 clones together with these tools?
As far as i can see the ELM327 is providing a WIFI network and via Telnet to port 35000 it is possible …
-
### What happened?
Here is my test code:
```
import socket
import time
def connect_to_tcp_server(server_ip, server_port):
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
try…
-
using the offical cmd to test:
for udp and icmp:
`udp src host ...` and `udp and src host ...` both works, but the first one filter `ICMP` packets.
`and` is not working with `icmp`