wip
This commit is contained in:
@@ -51,5 +51,6 @@
|
|||||||
nss.tools
|
nss.tools
|
||||||
|
|
||||||
kicad
|
kicad
|
||||||
|
tea
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,11 +5,13 @@
|
|||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"yolo" = {
|
"yolo" = {
|
||||||
hostname = "10.7.10.2";
|
hostname = "10.7.10.2";
|
||||||
remoteForwards = [{
|
remoteForwards = [
|
||||||
bind.port = 9222;
|
{
|
||||||
host.address = "localhost";
|
bind.port = 9222;
|
||||||
host.port = 9222;
|
host.address = "localhost";
|
||||||
}];
|
host.port = 9222;
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user