This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
oleg
/
liberte
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Added missing proxyresolv wrapper
Maxim Kammerer
hace 12 años
padre
b6a45b80da
commit
4cd56005f6
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
src/usr/local/libexec/proxyresolv.wrapper
+ 4
- 0
src/usr/local/libexec/proxyresolv.wrapper
Ver fichero
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+
+unset LD_PRELOAD
+exec tor-resolve "$@"