Skip to content

Emit DNS using router server address if we are using IPv4 #43

Emit DNS using router server address if we are using IPv4

Emit DNS using router server address if we are using IPv4 #43

Workflow file for this run

name: ci
on:
workflow_dispatch: # allows manual triggering
push:
branches:
- 'main'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- run: nix flake check --print-build-logs