We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
根据历史问题各个师傅们的方法 成功运行起来。发现命令行直接运行frpc 虽然会生成frpc.ini,但是根本不需要frpc.ini就已经运行起来了,看了一下生成的frpc.ini的内容 server_addr 是默认的值。但web里确实出现了隧道 那这样的话 frpc.ini的意义就消失了
The text was updated successfully, but these errors were encountered:
测试了一些问题 发现命令行直接 frpc.exe 提示成功运行 web也有提示 但是没有流量通过 必须要指定ini 师傅能让他命令行直接执行 frpc.exe不接参数提示错误吗。要不然很别扭。难道是直接运行去解出来真实ip 建立了通道。但是流量发送的时候是走的配置文件
Sorry, something went wrong.
No branches or pull requests
根据历史问题各个师傅们的方法 成功运行起来。发现命令行直接运行frpc 虽然会生成frpc.ini,但是根本不需要frpc.ini就已经运行起来了,看了一下生成的frpc.ini的内容 server_addr 是默认的值。但web里确实出现了隧道 那这样的话 frpc.ini的意义就消失了
The text was updated successfully, but these errors were encountered: