11 lines
237 B
Bash
Executable File
11 lines
237 B
Bash
Executable File
# -*-mode: sh; tab-width: 8; coding: utf-8-unix -*-
|
|
|
|
PREFIX=/usr/local
|
|
ROLE=proxy
|
|
|
|
# BEGIN ANSIBLE MANAGED BLOCK proxy
|
|
exec corkscrew $1 $2
|
|
# $1 %h $2 %p
|
|
#? exec connect -4 -S : $(tor-resolve $1 :) $2
|
|
# END ANSIBLE MANAGED BLOCK proxy
|