mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #7] 使用配置文件出现了很诡异的问题 #6
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mengmo on GitHub (Oct 20, 2017).
Original GitHub issue: https://github.com/snail007/goproxy/issues/7
配置文件
config.txt然后修改为如下
却出现这种情况
这是端口成了随机了?
只有这样没有问题
@snail007 commented on GitHub (Oct 21, 2017):
等号后面的值前后不要有双引号,单引号空格,手册也强调了。
@mengmo commented on GitHub (Oct 21, 2017):
@snail007 不好意思!
原来直接复制的使用命令时的参数,因为能成功运行就没留意。
又看了一遍手册,上边没有写
单引号,感觉最好是能加上。