mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 12:35:59 +03:00
[GH-ISSUE #52] json: cannot unmarshal string into Go struct field rawConfig.ProxyBook of type []string #43
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#43
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 @hvonw on GitHub (Aug 17, 2019).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/52
Hi @cbeuw, after upgrading my server and my build env. this issue came up. I do not know the reason is recent commits or a golang related bug?
Thank you for all of your efforts.
./ck-server -c server.json -p 443 -s 0.0.0.0Server configuration file:
Build environment:
go1.12.9.linux-amd64 on Ubuntu.
@cbeuw commented on GitHub (Aug 17, 2019):
It's because of the experimental UDP support I just added. I just updated the example config file. This is how it looks like now: https://github.com/cbeuw/Cloak/blob/master/example_config/ckserver.json
@hvonw commented on GitHub (Aug 17, 2019):
Thanks!
Godspeed.