mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2026-05-06 18:12:30 +02:00
sync
This commit is contained in:
parent
a9551f7ba0
commit
dd22a98cdb
4 changed files with 16 additions and 4 deletions
|
|
@ -59,6 +59,12 @@
|
|||
# destination = "10.0.0.2:8080";
|
||||
# proto = "tcp";
|
||||
# }
|
||||
{
|
||||
# Netbird
|
||||
sourcePort = 3478;
|
||||
destination = "10.0.0.2:3478";
|
||||
proto = "udp";
|
||||
}
|
||||
{
|
||||
sourcePort = 6443;
|
||||
destination = "10.0.0.2:6443";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue