Server/borg: allow connections from localhost
This commit is contained in:
parent
4828dc5a21
commit
9f53c984f4
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
AllowUsers = [
|
||||
"borg@*.tailscale"
|
||||
"borg@192.168.1.0/24"
|
||||
"borg@localhost"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue