Skip to content

Commit

Permalink
Use hosts in acl documentation
Browse files Browse the repository at this point in the history
thx @efficacy38 for noticing this

Ref: juanfont#1863
  • Loading branch information
nblock committed Oct 9, 2024
1 parent 50a6b1b commit c6716d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/acls.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Here are the ACL's to implement the same permissions as above:
// to define a single host, use a /32 mask. You cannot use DNS entries here,
// as they're prone to be hijacked by replacing their IP addresses.
// see https://github.com/tailscale/tailscale/issues/3800 for more information.
"Hosts": {
"hosts": {
"postgresql.internal": "10.20.0.2/32",
"webservers.internal": "10.20.10.1/29"
},
Expand Down

0 comments on commit c6716d1

Please sign in to comment.