Skip to content

Commit

Permalink
cookie secret
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Sep 26, 2024
1 parent 4cc0e87 commit c75a713
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_dns_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
TF_VAR_mesh_dns_local_password: ${{ secrets.TF_VAR_MESH_DNS_LOCAL_PASSWORD }}
TF_VAR_influx_db_token: ${{ secrets.TF_VAR_INFLUX_DB_TOKEN }}
TF_VAR_datadog_api_key: ${{ secrets.TF_VAR_DATADOG_API_KEY }}
TF_VAR_dns_cookie_secret: "${{ secrets.TF_VAR_DNS_COOKIE_SECRET }}"
# Credentials for deployment to AWS
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
3 changes: 0 additions & 3 deletions infra/ansible/roles/knot-recursive/templates/kresd.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
net.listen('127.0.0.1', 53, { kind = 'dns' })
net.listen('127.0.0.1', 853, { kind = 'tls' })
--net.listen('127.0.0.1', 443, { kind = 'doh2' })
--net.listen('::1', 53, { kind = 'dns', freebind = true })
--net.listen('::1', 853, { kind = 'tls', freebind = true })
--net.listen('::1', 443, { kind = 'doh2' })
net.listen('127.0.0.1', 9100, {kind = 'webmgmt'})

-- INTERNAL_LISTEN_IP
Expand Down

0 comments on commit c75a713

Please sign in to comment.