update lantern 0.0.0.0 to lantern

This commit is contained in:
newnius 2017-07-18 21:37:12 +08:00
parent 9b87b97752
commit c49f5cc22e
3 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
# from https://github.com/danielguerra69/alpine-sshd
if [ ! -f "/etc/ssh/ssh_host_rsa_key" ]; then
@ -11,5 +11,6 @@ if [ ! -f "/etc/ssh/ssh_host_dsa_key" ]; then
fi
/etc/init.d/sshd start
/usr/sbin/sshd
ssh -t -t -D 0.0.0.0:7001 -o StrictHostKeyChecking=no localhost

View File

@ -13,4 +13,4 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/cache/apt/* /var/lib/apt/lists/*
ENTRYPOINT ["/usr/bin/lantern", "--configdir=/root", "--headless=true", "--proxyall=true", "--startup=false", "--clear-proxy-settings=false", "--addr=0.0.0.0:3128", "--uiaddr=0.0.0.0:8080", "--socksaddr=0.0.0.0:1080"]
ENTRYPOINT ["/usr/bin/lantern", "--configdir=/root", "--headless=true", "--proxyall=true", "--startup=false", "--clear-proxy-settings=false", "--addr=0.0.0.0:3128", "--uiaddr=lantern:8080", "--socksaddr=0.0.0.0:1080"]

View File

@ -13,4 +13,4 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/cache/apt/* /var/lib/apt/lists/*
ENTRYPOINT ["/usr/bin/lantern", "--configdir=/root", "--headless=true", "--proxyall=true", "--startup=false", "--clear-proxy-settings=false", "--addr=0.0.0.0:3128", "--uiaddr=0.0.0.0:8080", "--socksaddr=0.0.0.0:1080"]
ENTRYPOINT ["/usr/bin/lantern", "--configdir=/root", "--headless=true", "--proxyall=true", "--startup=false", "--clear-proxy-settings=false", "--addr=0.0.0.0:3128", "--uiaddr=lantern:8080", "--socksaddr=0.0.0.0:1080"]