We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27240a2 + 370cf17 commit 220f4eeCopy full SHA for 220f4ee
.github/workflows/module_acceptance.yml
@@ -84,6 +84,24 @@ jobs:
84
with:
85
service-key: ${{ env.TWINGATE_PUBLIC_REPO_KEY }}
86
87
+ - name: Fix DNS
88
+ run: |
89
+ echo "=== Remove Azure DNS from eth0 interface ==="
90
+ sudo resolvectl dns eth0 ""
91
+
92
+ echo "=== Configure Twingate DNS properly ==="
93
+ sudo resolvectl dns sdwan0 100.95.0.251 100.95.0.252
94
+ sudo resolvectl domain sdwan0 delivery.puppetlabs.net
95
96
+ echo "=== Flush DNS cache ==="
97
+ sudo resolvectl flush-caches
98
99
+ echo "=== Check new configuration ==="
100
+ resolvectl status
101
102
+ echo "=== Test DNS resolution ==="
103
+ nslookup artifactory.delivery.puppetlabs.net
104
105
- name: "Checkout"
106
uses: "actions/checkout@v4"
107
0 commit comments