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
比如config.json 里proxy加一条 "5000-8000":"47.xxx.xxx.xxx:5000" (此处原本是 5000/8000,我个人建议用 - 分隔,不然有BUG,详情见 #5 ) 虽然大佬你已经解释说写上结束的端口号没有意义,但是 通过api读取出来的值就是一脸懵逼了,所以还是建议 配置可以写成:"5000-8000":"47.xxx.xxx.xxx:5000-8000",并且在程序里判断,如果配置写错了,则启动portfwd时报错 例如我把 "5000-8000":"47.xxx.xxx.xxx:5000-8000" 写错写成了:"5000-8000":"47.xxx.xxx.xxx:5000-8001"
"5000-8000":"47.xxx.xxx.xxx:5000"
"5000-8000":"47.xxx.xxx.xxx:5000-8000"
"5000-8000":"47.xxx.xxx.xxx:5000-8001"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
比如config.json 里proxy加一条
"5000-8000":"47.xxx.xxx.xxx:5000"
(此处原本是 5000/8000,我个人建议用 - 分隔,不然有BUG,详情见 #5 )虽然大佬你已经解释说写上结束的端口号没有意义,但是 通过api读取出来的值就是一脸懵逼了,所以还是建议 配置可以写成:
"5000-8000":"47.xxx.xxx.xxx:5000-8000"
,并且在程序里判断,如果配置写错了,则启动portfwd时报错例如我把
"5000-8000":"47.xxx.xxx.xxx:5000-8000"
写错写成了:"5000-8000":"47.xxx.xxx.xxx:5000-8001"
The text was updated successfully, but these errors were encountered: