mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
networking: Remove forwardPorts
No ports need to be forwarded right now, however this is a good example for when ports need to be forwarded from a container to the host in the future.
This commit is contained in:
parent
0cd00a7734
commit
741f40ce56
@ -16,13 +16,6 @@ let VARIABLES = import ../src/variables.nix; in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
internalInterfaces = [ "ve-+" ];
|
internalInterfaces = [ "ve-+" ];
|
||||||
externalInterface = "wg-mullvad";
|
externalInterface = "wg-mullvad";
|
||||||
|
|
||||||
forwardPorts = [
|
|
||||||
{
|
|
||||||
destination = "192.168.100.11:80";
|
|
||||||
sourcePort = 11918;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user