mirror of
https://github.com/sonertari/SSLproxy
synced 2024-11-02 15:40:19 +00:00
ea6dc07248
Reduce http headers to just one SSLproxy line
5 lines
125 B
Bash
5 lines
125 B
Bash
#!/bin/sh
|
|
ulimit -n @@maxfds@@
|
|
export LD_LIBRARY_PATH=@@localbase@@/lib:"$LD_LIBRARY_PATH"
|
|
exec @@prefix@@/bin/sslproxy "$@"
|