mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2024-10-31 17:18:47 +00:00
better regex for obsolete proxyresolv script (thx yhzarcali)
closes #11
This commit is contained in:
parent
1da09e49e5
commit
f3af1239a9
@ -15,4 +15,4 @@ fi
|
||||
|
||||
|
||||
export LD_PRELOAD=libproxychains4.so
|
||||
dig $1 @$DNS_SERVER +tcp | awk '/A.+[0-9]+\.[0-9]+\.[0-9]/{print $5;}'
|
||||
dig $1 @$DNS_SERVER +tcp | awk '/A.?[0-9]+\.[0-9]+\.[0-9]/{print $5;}'
|
||||
|
Loading…
Reference in New Issue
Block a user