configs/tailnet: add namish for sharing, to test openbsd share stuff
This commit is contained in:
parent
9e416bfd65
commit
eb359e3932
@ -22,10 +22,16 @@ let
|
|||||||
"drive:share"
|
"drive:share"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
target = [ "namish" ];
|
||||||
|
attr = [
|
||||||
|
"drive:share"
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
grants = [
|
grants = [
|
||||||
{
|
{
|
||||||
src = [ "europa" "sputnik" "skunk" "graphy" ];
|
src = [ "europa" "sputnik" "skunk" "graphy" "plq" ];
|
||||||
dst = [ "box" ];
|
dst = [ "box" ];
|
||||||
app = {
|
app = {
|
||||||
"tailscale.com/cap/drive" = [{
|
"tailscale.com/cap/drive" = [{
|
||||||
@ -46,8 +52,10 @@ let
|
|||||||
h = "100.83.77.133";
|
h = "100.83.77.133";
|
||||||
il = "100.86.182.99";
|
il = "100.86.182.99";
|
||||||
invidious = "100.71.57.99";
|
invidious = "100.71.57.99";
|
||||||
|
namish = "100.86.184.141";
|
||||||
nbc = "100.74.8.55";
|
nbc = "100.74.8.55";
|
||||||
ollama = "100.121.227.121";
|
ollama = "100.121.227.121";
|
||||||
|
plq = "100.90.214.142";
|
||||||
pwntie = "100.84.170.57";
|
pwntie = "100.84.170.57";
|
||||||
rimgo = "100.121.77.91";
|
rimgo = "100.121.77.91";
|
||||||
skunk = "100.79.26.78";
|
skunk = "100.79.26.78";
|
||||||
|
Loading…
Reference in New Issue
Block a user