Code Monkey home page Code Monkey logo

lantern's People

Contributors

actions-user avatar lihaixin2 avatar wilon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

lantern's Issues

Support alpine

I wonder if this docker image could support alpine linux is better than ubuntu 14.04.

如何绑定蓝灯专业版的账号?

我见dockerfile里面是有ui address 8080端口,主机也作了相同端口映射。但访问 主机:8080 时并没有出现在windows下的蓝灯界面,返回信息为Unable to round-trip http request to upstream: EOF
同样,我在主机下是能telnet进入容器的8080端口的。
进入容器后,我通过 telnet 127.0.0.1:8080 命令,同样也返回错误:Unable to round-trip http request to upstream: EOF

我有专业版的蓝灯账号,所以我不想使用免费版的账号。问题是我不知道在docker中绑定起来,因为没有相应的web界面可以让我操作,可以帮忙研究一下吗?

端口不能访问

8080 3128 都不能访问,没有任何返回
This page isn’t working 127.0.0.1 didn’t send any data.
ERR_EMPTY_RESPONSE

为什么pull下来后,无法上网?

---- curl -vv https://www.google.com/humans.txt
。。。。。。
< HTTP/1.1 200 OK
< Date: Tuesday, 05-Jun-18 10:19:35 UTC
< Keep-Alive: timeout=38
< Content-Length: 0
<

  • Proxy replied OK to CONNECT request
  • Initializing NSS with certpath: sql:/etc/pki/nssdb
  • CAfile: /etc/pki/tls/certs/ca-bundle.crt
    CApath: none
  • NSS error -5938 (PR_END_OF_FILE_ERROR)
  • Encountered end of file
  • Closing connection 0
    curl: (35) Encountered end of file

-----后台错误信息:
Jun 05 10:19:55.475 - 10m56s ERROR balancer: balancer.go:372 Unable to dial via fp-vltok1-20180530-556-lampshade (45.77.129.2:15170) to connect://www.google.com:443: context deadline exceeded on pass 0...continuing [beam=23 detour=false error=Unable to dial via %v to %s://%s: %v on pass %v%v error_location=github.com/getlantern/flashlight/balancer.(*balancedDial).onFailure (balancer.go:372) error_op= error_text=Unable to dial via fp-vltok1-20180530-556-lampshade (45.77.129.2:15170) to connect://www.google.com:443: context deadline exceeded on pass 0...continuing error_type=errors.Error local_proxy_type=http op=balancer_dial origin=www.google.com:443 origin_host=www.google.com origin_port=443 root_op=proxy user_agent=curl/7.29.0]
ERROR balancer: balancer.go:372 at github.com/getlantern/flashlight/balancer.(*balancedDial).onFailure (balancer.go:372)
ERROR balancer: balancer.go:372 at github.com/getlantern/flashlight/balancer.(*balancedDial).dial (balancer.go:295)
ERROR balancer: balancer.go:372 at github.com/getlantern/flashlight/balancer.(*Balancer).DialContext (balancer.go:228)
ERROR balancer: balancer.go:372 at github.com/getlantern/flashlight/client.(*Client).getDialer.func1 (client.go:461)
ERROR balancer: balancer.go:372 at github.com/getlantern/flashlight/client.(*Client).getDialer.func4 (client.go:518)
ERROR balancer: balancer.go:372 at github.com/getlantern/flashlight/client.(*Client).doDial (client.go:443)
ERROR balancer: balancer.go:372 at github.com/getlantern/flashlight/client.(*Client).dial (client.go:415)
ERROR balancer: balancer.go:372 at github.com/getlantern/flashlight/client.(*Client).(github.com/getlantern/flashlight/client.dial)-fm (client.go:195)
ERROR balancer: balancer.go:372 at github.com/getlantern/flashlight/vendor/github.com/getlantern/proxy.(*proxy).proceedWithConnect (proxy_connect.go:121)
ERROR balancer: balancer.go:372 at github.com/getlantern/flashlight/vendor/github.com/getlantern/proxy.(*proxy).processRequests (proxy_http.go:187)
ERROR balancer: balancer.go:372 at github.com/getlantern/flashlight/vendor/github.com/getlantern/proxy.(*proxy).handle (proxy_http.go:142)
ERROR balancer: balancer.go:372 at github.com/getlantern/flashlight/vendor/github.com/getlantern/proxy.(*proxy).Handle (proxy_http.go:45)
ERROR balancer: balancer.go:372 at github.com/getlantern/flashlight/client.(*Client).handle (handler.go:39)
ERROR balancer: balancer.go:372 at runtime.goexit (asm_amd64.s:2337)
ERROR balancer: balancer.go:372 Caused by: context deadline exceeded

我看其实是报告 连接到google。com超时,我装了本地的lantern,也是同样的情况。
这是什么问题?

是否可以远程使用

我在linux 上部署了该服务,是否可以直接使用 Linux IP+端口的方式,在Windows 上使用代理服务?目前测试 Linux 正常,windows 上目前无法使用

突然开始报错`unable to find binary`,无法使用了?

最近不知道咋回事,莫名其妙无法连接,然后重启后报错直接起不来,只能重新compose

docker-compose 启动的

version: '3.9'

services:
  lantern-proxy:
    container_name: lantern-proxy
    image: wilon/lantern:latest
    restart: always
    ports:
      - "39131:3128"
      - "39132:3129"
      - "39133:8089"
    volumes:
      - /root/.lantern:/root

配置文件应该是默认,然后改了下token

addr: '[::]:3128'
autoLaunch: true
autoReport: false
googleAds: true
lang: zh-CN
localHTTPToken: ----
migratedDeviceIDForUserID: ---
proxyAll: true
socksAddr: '[::]:3129'
systemProxy: true
uiAddr: 0.0.0.0:8080
userID: ---
userToken: -----
Jan 31 00:51:13.105 - 0m2s DEBUG lantern-desktop.main: main.go:205 Using locale: zh-CN
Jan 31 00:51:13.105 - 0m2s DEBUG i18n: translate.go:114 Setting locale zh-CN
Jan 31 00:51:13.107 - 0m2s DEBUG lantern-desktop.main: main.go:152 Running headless
Jan 31 00:51:13.108 - 0m2s DEBUG lantern-desktop.app: app.go:266 {0.0.0.0:3128  /root false     false   0.0.0.0:8080 true false   true false false    false false false false false 0s
  false [] []  []}
Jan 31 00:51:13.108 - 0m2s DEBUG app.settings: settings.go:597 Setting map[proxyAll:true] in map[addr:[::]:3128 autoLaunch:true autoReport:false buildDate:20221223.232439 deviceID:55e7d13f-0d85-4bad-8135-8b584dea34da disconnected:false enabledExperiments:[] googleAds:true lang:zh-CN localHTTPToken:531fad4e4327d491f74e0eb0b15b1fc0 migratedDeviceIDForUserID:265683987 proxyAll:true revisionDate:20221223.232044 socksAddr:[::]:3129 systemProxy:true uiAddr:0.0.0.0:8080 userID:265683987 userToken:5ZN8nWWVDe4xjOWZXrYMMQOWX1ktJUbbRm8fR-byUQBWNDRetz18sw version:7.2.0]
Jan 31 00:51:13.108 - 0m2s DEBUG flashlight.geolookup: geolookup.go:54 Could not get IP: could not get geoinfo with timeout 0s: context deadline exceeded
Jan 31 00:51:13.110 - 0m2s DEBUG flashlight: flashlight.go:354 Running in app: Lantern
Jan 31 00:51:13.110 - 0m2s DEBUG flashlight: flashlight.go:355 Using configdir: /root
Jan 31 00:51:13.110 - 0m2s DEBUG flashlight: flashlight.go:611 ---- flashlight version: 7.2.0, release: 7.2.0, build revision date: 20221223.232044, build date: 20221223.232439 ---- Jan 31 00:51:13.110 - 0m2s DEBUG balancer: balancer.go:161 Constructing new balancer with 0 dialers [op=client_started root_op=client_started]
Jan 31 00:51:13.110 - 0m2s DEBUG flashlight.geolookup: geolookup.go:65 Could not get country: could not get geoinfo with timeout 0s: context deadline exceeded [op=client_started root_op=client_started]
Jan 31 00:51:13.110 - 0m2s ERROR flashlight: flashlight.go:222 No global configuration! [op=client_started root_op=client_started]
Jan 31 00:51:13.110 - 0m2s DEBUG flashlight.geolookup: geolookup.go:65 Could not get country: could not get geoinfo with timeout 0s: context deadline exceeded [op=client_started root_op=client_started]
Jan 31 00:51:13.110 - 0m2s DEBUG flashlight: flashlight.go:218 Blocking related feature googlesearchads disabled because geolookup has not yet finished [op=client_started root_op=client_started]
Jan 31 00:51:13.110 - 0m2s DEBUG lantern-desktop.app: app.go:465 Got first config [op=client_started root_op=client_started]
Jan 31 00:51:13.110 - 0m2s ERROR lantern-desktop.app: app.go:982 Exiting app 1(0) because of unable to set up sysproxy setting tool: unable to find binary: [] [error=Exiting app %d(%d) because of %v error_location=github.com/getlantern/lantern-desktop/desktop.(*App).doExit (app.go:883) error_text=Exiting app 1(0) because of unable to set up sysproxy setting tool: unable to find binary: [] error_type=errors.Error op=client_started root_op=client_started]
ERROR lantern-desktop.app: app.go:982   at github.com/getlantern/lantern-desktop/desktop.(*App).doExit (app.go:883)
ERROR lantern-desktop.app: app.go:982   at github.com/getlantern/lantern-desktop/desktop.(*App).Exit (app.go:875)
Jan 31 00:51:13.110 - 0m2s DEBUG flashlight.geolookup: geolookup.go:65 Could not get country: could not get geoinfo with timeout 0s: context deadline exceeded
ERROR lantern-desktop.app: app.go:982   at github.com/getlantern/lantern-desktop/desktop.(*App).beforeStart (app.go:473)
ERROR lantern-desktop.app: app.go:982   at github.com/getlantern/lantern-desktop/desktop.(*App).Run.func3 (app.go:362)
ERROR lantern-desktop.app: app.go:982   at runtime.goexit (asm_amd64.s:1571)
ERROR lantern-desktop.app: app.go:982 Caused by: unable to set up sysproxy setting tool: unable to find binary: []
Jan 31 00:51:13.240 - 0m2s DEBUG httpseverywhere-deserializer: deserializer.go:54 Loaded HTTPS Everywhere in 130.02847ms
Jan 31 00:51:14.081 - 0m3s DEBUG lantern-desktop.app: app.go:925 Running 2 exit functions
Jan 31 00:51:14.081 - 0m3s DEBUG lantern-desktop.app: app.go:863 Processing exit function: Closing dhtupContext
Jan 31 00:51:14.081 - 0m3s DEBUG lantern-desktop.app: app.go:863 Processing exit function: stopping analytics
Jan 31 00:51:14.081 - 0m3s DEBUG lantern-desktop.app: app.go:865 Done processing exit function: stopping analytics
Jan 31 00:51:14.082 - 0m3s DEBUG lantern-desktop.app: app.go:865 Done processing exit function: Closing dhtupContext
Jan 31 00:51:14.082 - 0m3s DEBUG lantern-desktop.app: app.go:912 Finished running exit functions [op=client_started root_op=client_started]
Jan 31 00:51:14.082 - 0m3s DEBUG lantern-desktop.app: app.go:901 Finished exiting app 1(0) [op=client_started root_op=client_started]
Jan 31 00:51:14.082 - 0m3s DEBUG flashlight.config: bootstrap.go:103 Opening bootstrap file from: /root/.lantern/.packaged-lantern.yaml [op=client_started root_op=client_started]
Jan 31 00:51:14.082 - 0m3s DEBUG flashlight.config: bootstrap.go:53 Opening file at: /root/.lantern/.packaged-lantern.yaml [op=client_started root_op=client_started]
Jan 31 00:51:14.082 - 0m3s DEBUG flashlight.config: bootstrap.go:63 Read bytes: startupurl: [op=client_started root_op=client_started]
Jan 31 00:51:14.082 - 0m3s ERROR lantern-desktop.main: main.go:156 Lantern stopped with error unable to set up sysproxy setting tool: unable to find binary: [] [error=Lantern stopped with error %v error_location=main.main (main.go:156) error_text=Lantern stopped with error unable to set up sysproxy setting tool: unable to find binary: [] error_type=errors.Error]Jan 31 00:51:14.082 - 0m3s DEBUG lantern-desktop.app: app.go:836 Hitting local URL: http://0.0.0.0:8080/531fad4e4327d491f74e0eb0b15b1fc0/startup [op=client_started root_op=client_started]
ERROR lantern-desktop.main: main.go:156   at main.main (main.go:156)
ERROR lantern-desktop.main: main.go:156   at runtime.main (proc.go:250)
ERROR lantern-desktop.main: main.go:156   at runtime.goexit (asm_amd64.s:1571)
ERROR lantern-desktop.main: main.go:156 Caused by: unable to set up sysproxy setting tool: unable to find binary: []

不知道有没有人遇到过这个问题

Lentern无法使用

请提供可靠地联系方式解决用户问题。
目前使用专业版账户(18个月剩余时长),无法正常连接服务器(显示连接,但是打不开YouTube、google等网站;尝试访问YouTube、google等网站时,会变成“连接中”状态,并且无法成功连接并访问网站。)
已经通过排查自行处理一部分操作(卸载Lantern并且重新安装;清除用户文件夹下数据并且重新安装;还原Host文件并且重新安装;抹掉硬盘并且重新安装windows 10 Pro 1809并且重新安装Lantern,以上均无法修复。)
邮件提交状态以后石沉大海,没有任何管理员或者是技术支持进行任何形式的回复(已经将近两周了。)
自春节期间(2019.2.5)至今Windows、macOS Mojave均出现以上问题。
请管理员或者是技术支持帮我查看一下我的账户授权以及账户状态(账户:[email protected])。
谢谢。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.