1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-16 18:42:36 +08:00
Commit Graph

3 Commits

  • Fix trivial compilation warning
    Fix "missing braces around initializer" warning.
  • preliminary ipv6 support
    only basic testing was done (with 2 socks5 proxies listening on ::1)
    but seems to work as intended.
    
    ipv6 support for the hostsreader (/etc/hosts) is not implemented so far.
  • preliminary first fork-safe version
    instead of allocating memory in the child, we now use the allocator
    thread to do all the necessary allocations himself.
    additionally we provide a clean API to query the ip <-> dns mapping.
    these functions connect via a pipe to the allocator thread, and
    exchange messages.
    
    further cleanup is needed, but it seems to work so far.
    thread-safety is not yet guaranteed.
    
    closes #1