File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -71,19 +71,27 @@ body:
71
71
required : false
72
72
- type : textarea
73
73
attributes :
74
- label : Anything else?
74
+ label : Debug information
75
75
description : |
76
- Links? References? Anything that will give us more context about the issue you are encountering!
76
+ Links? References? Anything that will give us more context about the issue you are encountering.
77
+ If **any** of these are omitted we will likely close your issue, do **not** ignore them.
77
78
78
79
- Client netmap dump (see below)
79
- - ACL configuration
80
+ - Policy configuration
80
81
- Headscale configuration
82
+ - Headscale log (with `trace` enabled)
81
83
82
84
Dump the netmap of tailscale clients:
83
85
`tailscale debug netmap > DESCRIPTIVE_NAME.json`
84
86
85
- Please provide information describing the netmap, which client, which headscale version etc.
87
+ Dump the status of tailscale clients:
88
+ `tailscale status --json > DESCRIPTIVE_NAME.json`
89
+
90
+ Get the logs of a Tailscale client that is not working as expected.
91
+ `tailscale daemon-logs`
86
92
87
93
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
94
+ **Ensure** you use formatting for files you attach.
95
+ Do **not** paste in long files.
88
96
validations :
89
- required : false
97
+ required : true
You can’t perform that action at this time.
0 commit comments