wasm-micro-runtime/language-bindings/go/wamr
Marcin Kolny 9a04c21075
Implement ns lookup allowlist (#1420)
The ns-lookup accepts domain names as well as suffixes, e.g.:

```
--allow-resolve=* # allow all domain names
--allow-resolve=example.com # only allow example.com name resolution
--allow-resolve=example.com --allow-resolve=*.example.com # allow example.com and its subdomains' name resolution
```
2022-09-02 19:26:31 +08:00
..
packaged Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00
cgo.go Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00
instance_test.go Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00
instance.go Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00
module_test.go Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00
module.go Implement ns lookup allowlist (#1420) 2022-09-02 19:26:31 +08:00
runtime_test.go Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00
runtime.go Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00