dosgo / ngrok-c

ngrok client for c language,Due to the use of GO ngrok language development, porting to embedded devices some inconvenience, such as openwrt, so use C language rewrite a client. Very mini, the need to support polarssl library.
MIT License
496 stars 203 forks source link

亲 怎么添加http验证 给个思路 #44

Closed MV9KEz7nx6dx closed 7 years ago

MV9KEz7nx6dx commented 7 years ago

没有http验证路由器直接暴露在外网太危险了 原生的客户端是有http验证这个功能的 请问如何实现 给个思路就成

dosgo commented 7 years ago

这个简单,在注册http tunnel的时候,有个httpauth你把那参数加上,账号 :密码,就可以了

MV9KEz7nx6dx commented 7 years ago

哈哈 刚摸索出来 谢谢了 还是c的好用 其它的在路由器里不一定好使

dosgo commented 7 years ago

那你提交下,合并线上啊

MV9KEz7nx6dx commented 7 years ago

不会玩github呀 而且我是直接改成我的代码了 不是以参数设置的 实在抱歉呀 水平太渣呀