1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Use long command in example and remove pointerlist

This commit is contained in:
Kristoffer Dalby 2021-11-04 22:18:06 +00:00
parent 9acc3e0e73
commit c2eb3f4d36

4
api.go
View File

@ -44,7 +44,7 @@ func (h *Headscale) RegisterWebAPI(c *gin.Context) {
<p>
<code>
<b>headscale -n NAMESPACE nodes register -k %s</b>
<b>headscale -n NAMESPACE nodes register --key %s</b>
</code>
</p>
@ -306,7 +306,7 @@ func (h *Headscale) getMapResponse(mKey wgkey.Key, req tailcfg.MapRequest, m *Ma
Peers: nodePeers,
DNSConfig: dnsConfig,
Domain: h.cfg.BaseDomain,
PacketFilter: *h.aclRules,
PacketFilter: h.aclRules,
DERPMap: h.DERPMap,
UserProfiles: profiles,
}