proxy_role/overlay/Linux/usr/local/bin/gitproxy.bash

11 lines
237 B
Bash
Raw Normal View History

2024-01-06 01:57:28 +00:00
# -*-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