mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
7 lines
202 B
Bash
7 lines
202 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# This scripts copied from Amnezia client to Docker container to /opt/amnezia and launched every time container starts
|
||
|
|
|
||
|
|
echo "Container startup"
|
||
|
|
|
||
|
|
/bin/3proxy /usr/local/3proxy/conf/3proxy.cfg
|