You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds service definition from [IOTstack tutorial: Quick and Dirty WireGuard](https://gist.github.com/Paraphraser/f46014b8a27e3f878f07657d6db4490e) gist, with two differences. Instead of hard-coding the following environment variables:
```
- SERVERURL=your.dynamic.dns.name
- SERVERPORT=51820
```
this PR follows the convention of using the `Unset` key:
```
- SERVERURL=Unset
- SERVERPORT=Unset
```
Adds same `duck.sh` proposed in PR 1 of 3 in this PR group.
No changes to documentation. I'm assuming there will be appropriate consolidation and rewriting of documentation as `experimental` approaches mainstream.
0 commit comments