Kaynağa Gözat

Update docker image to use Go 1.12

tags/0.16
9seconds 7 yıl önce
ebeveyn
işleme
a90072260e
2 değiştirilmiş dosya ile 6 ekleme ve 1 silme
  1. 1
    1
      Dockerfile
  2. 5
    0
      README.md

+ 1
- 1
Dockerfile Dosyayı Görüntüle

@@ -1,7 +1,7 @@
1 1
 ###############################################################################
2 2
 # BUILD STAGE
3 3
 
4
-FROM golang:1.11-alpine
4
+FROM golang:1.12-alpine
5 5
 
6 6
 RUN set -x \
7 7
   && apk --no-cache --update add \

+ 5
- 0
README.md Dosyayı Görüntüle

@@ -157,6 +157,11 @@ suspicion that some ISPs start to filter MTPROTO traffic. If they detect
157 157
 the IP address which acts as a proxy, they block it and no clients can
158 158
 use this proxy. This is an attempt to prevent such a situation.
159 159
 
160
+General rule of thumb: with all new installation of proxies I would
161
+advise to go with secure mode by default. But please do remember that it
162
+means that clients, which do not pass dd-prefix to their secrets, will
163
+not be able to connect. *Secure mode works only with dd-prefixes!*
164
+
160 165
 Oneliners to generate such secrets:
161 166
 
162 167
 ```console

Loading…
İptal
Kaydet