mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-26 01:04:51 +00:00
test VM: expose pion port
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
host.port = 8080;
|
||||
guest.port = 80;
|
||||
}
|
||||
{
|
||||
from="host";
|
||||
host.port = 6000;
|
||||
guest.port = 6000;
|
||||
proto = "udp";
|
||||
}
|
||||
];
|
||||
networking.useDHCP = lib.mkForce true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user