1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

Update README.md

This commit is contained in:
Timothy 2018-08-24 18:00:16 +08:00 committed by GitHub
parent 4b3d9b1c6b
commit fdeed35438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,10 +37,15 @@ Now I rewrite [DynDNS](https://github.com/TimothyYe/DynDNS) by Golang and call i
* MacOS
* ARM Linux (Raspberry Pi, etc...)
* Windows
* MIPS32 platform
## MIPS32 platform
For MIPS32 platform, please checkout the [mips32](https://github.com/TimothyYe/godns/tree/mips32) branch, this branch is contributed by [hguandl](https://github.com/hguandl), in this branch, the support for mips32 is added, which means it could run properly on Openwrt and LEDE.
To compile binaries for MIPS (mips or mipsle):
```
GOOS=linux GOARCH=mips/mipsle GOMIPS=softfloat go build -a
```
## Pre-condition