Mohammad Reza (Matin) Ahmadi

Results 2 comments of Mohammad Reza (Matin) Ahmadi

converting `domains` file could be done via following command (gnu sed) ```bash curl -Ls https://github.com/freedomofdevelopers/fod/raw/master/domains | sed 's/\./\\\\./g' | sed ' { s/\(.*\)/\{\"title\": \"undefined\",\"pattern\": \".\*\1\(:\\\\d\*\)\?\$\",\"type\": 2,\"protocols\": 1,\"active\": true\}/ }; 1s/^/\{\"whitePatterns\":...

A bit naive solution might be: ```diff - parallel -j "$threads" fncCheckSubnet ::: "$ipList" ::: "$resultFile" ::: "$scriptDir" ::: "$configId" ::: "$configHost" ::: "$configPort" ::: "$configPath" ::: "$configServerName" ::: "$osVersion"...