Skip to content

v3.0.0+commit.30eb016

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 20:16
30eb016
feat: disable admin server (#63)

Following up @hslatman's comment on
https://github.com/peterldowns/localias/pull/62, this PR completely
disables the Caddy admin server. The previous PR stopped using it as a
certificate issuer's `ask` endpoint, but this PR actually disables the
server entirely.

## Testing
- [x] manually confirmed that `localias run` does NOT bind to port 2019

```console
$ localias start
...
$ localias status
daemon running with pid 29450
$ lsof -Pn | grep -E ':2019'
```
- [x] confirmed that proxying requests still seems to work correctly
- [x] confirmed that cert issuance for new aliases works correctly