test with sysctl
Some checks failed
TMW Global Networks Dokumentation / build (push) Failing after 4s

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 04:15:54 +02:00
parent cbebf17462
commit b9ed562dd8

View File

@ -10,6 +10,10 @@ jobs:
run: echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
- name: show resolv.conf
run: cat /etc/resolv.conf
- name: show sysctl
run: sysctl -a
- name: show sysctl.conf
run: cat /etc/sysctl.conf
- name: show ip addr
run: cat /etc/hosts
- name: show ip route