Skip to content

Respect x-forwarded-host headers #20

Respect x-forwarded-host headers

Respect x-forwarded-host headers #20

Workflow file for this run

---
name: test
on: [push]
jobs:
test:
name: go test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17.5'
- run: go test