We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8ef4f8 + d655b2b commit 37e175eCopy full SHA for 37e175e
ffbs-collect-debug-info/src/collect-debug-info
@@ -14,6 +14,10 @@ run_command "ps w"
14
run_command "ip addr"
15
run_command "ip -4 route show"
16
run_command "ip -6 route show"
17
+run_command "ip -4 route show table 1"
18
+run_command "ip -6 route show table 1"
19
+run_command "ip -4 rule"
20
+run_command "ip -6 rule"
21
run_command "netstat -atuwxeWnp"
22
run_command "wg show"
23
run_command "cat /tmp/gluon/wan-dnsmasq/resolv.conf"
0 commit comments