I was running with the default config
```
sudo python3 pylreproxy.py
```
lreproxy was using a fake IP not present in the system, maybe this was part of the problem
generating the crash ...
I got one working test.
```
/etc/py_lre_proxy/py_lre_proxy.ini
[DEFAULT]
start_port : 20000
end_port : 30000
current_port : 20000
internal_ip : 192.168.0.111
external_ip : 192.168.0.111
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2208#issuecomment-777853183