Timothy

Results 72 comments of Timothy

Thanks for the quick feedback, I've added one line of annotation at the beginning of the file `internal/server/server.go` to copy the `out` directory generated by the frontend project. So theoretically,...

@jlsalvador @diizzyy I'll update the Makefile with two available building commands: ```bash make all #builds all the projects, including the frontend project & the backend project make build # only...

@diizzyy If you'd like to build it with your scripts, here is the workaround: ```bash mkdir -p ./internal/server/out touch ./internal/server/out/index.html GO111MODULE=on go build cmd/godns/godns.go ```

@diizzyy Yes, it depends on whether you want to include the frontend project at compile time.

@diizzyy Thanks for the explanation, however, I still have a bit of confusion. If there is no internet connection during builds, when compiling this Go project, if new modules are...

@diizzyy I asked ChatGPT for an example of a Makefile to build the port, which includes npm and Go as dependencies. I'm not sure if it will be helpful: ```bash...

后续版本可以更新成同时更新IPv4和IPv6

改动还有点大,得从最底层改起

Oh, the brew installing is only for Mac OS now, let me check how to support the Linux OS.

Thanks, later I'll update the web panel to support this new provider.