Eliezer Croitoru

Results 116 comments of Eliezer Croitoru

> Hi, I tried to install Rustdesk server on my raspberry Pi3 with Raspian 32bit with Docker, I followed various guides but nothing worked in my machine. The s6-overlay crashed...

Not relevant due to the existence of alpine linux cloudinit compatible image.

It's very simple to build the 1.3.3 ISO using docker. I cannot maintain the appliance but can supply a simple creation script.

@grossmj the VyOS project has a very good documentation on how to build the ISO: https://docs.vyos.io/en/latest/contributing/build-vyos.html I can publish my basic and simple scripts that builds VyOS regularilly. Currently the...

@yevmel This file names should be unique but not always. I will try to read the code to understand better.

@fangdingjun I used this sketch: https://github.com/elico/sniproxy/commit/deaf87ae464ef7135acdc1c4d4b44f50e87a2c1f For content filtering..

@dahankzter In the case you would want do something like varnish BAN, you would be able to implement it in the upper levels of the software such as the handler....

@emdioh @looterz I think that using .google.com should catch all while google.com should catch only google.com with a switch. to turn this function on and off.

@looterz I have seen something interesting about such a subject: *.google.com would catch 111.google.com 11.google.com but not 1.111.google.com And: **.google.com would catch any subdomain in any level. What do you...