Browse Source

Added missing proxyresolv wrapper

Maxim Kammerer 12 năm trước cách đây
mục cha
commit
4cd56005f6
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/usr/local/libexec/proxyresolv.wrapper

+ 4 - 0
src/usr/local/libexec/proxyresolv.wrapper

@@ -0,0 +1,4 @@
+#!/bin/sh -e
+
+unset LD_PRELOAD
+exec tor-resolve "$@"