yetibot / yetibot.github.io

🕸 Source for yetibot.com built on Cryogen
https://yetibot.com
3 stars 4 forks source link

add docs on how to connect behind proxy #14

Open devth opened 6 years ago

devth commented 6 years ago

From @yetibot-admin on July 10, 2017 15:4

null

Copied from original issue: yetibot/yetibot#668

devth commented 6 years ago

From @cvic on July 10, 2017 15:5

Yeah, I'm on it 😀

cvic commented 6 years ago

$ export http_proxy=192.168.0.1:3128 $ export https_proxy=192.168.0.1:3128 $ lein repl yetibot.core.repl=> (start)

18-05-22 14:21:37 DEBUG [yetibot.core.adapters.slack:216] - connected 18-05-22 14:21:37 DEBUG [yetibot.core.adapters.slack:298] - reset-users-from-conn 678 18-05-22 14:21:37 DEBUG [yetibot.core.adapters.slack:214] - Hello, you are connected to Slack {:type "hello"}

All good :D