tv retiolum: open tinc port
This commit is contained in:
parent
bb1dbae818
commit
b172630f89
tv
|
@ -41,7 +41,6 @@ with lib;
|
|||
tv.iptables = {
|
||||
enable = true;
|
||||
input-internet-accept-new-tcp = [
|
||||
"tinc"
|
||||
"smtp"
|
||||
"xmpp-client"
|
||||
"xmpp-server"
|
||||
|
|
|
@ -18,7 +18,6 @@ with lib;
|
|||
enable = true;
|
||||
input-internet-accept-new-tcp = [
|
||||
"http"
|
||||
"tinc"
|
||||
"smtp"
|
||||
];
|
||||
};
|
||||
|
|
|
@ -130,7 +130,6 @@ with lib;
|
|||
enable = true;
|
||||
input-internet-accept-new-tcp = [
|
||||
"http"
|
||||
"tinc"
|
||||
"smtp"
|
||||
];
|
||||
};
|
||||
|
|
|
@ -128,7 +128,6 @@ with lib;
|
|||
enable = true;
|
||||
input-internet-accept-new-tcp = [
|
||||
"http"
|
||||
"tinc"
|
||||
"smtp"
|
||||
];
|
||||
};
|
||||
|
|
|
@ -13,4 +13,5 @@ with lib;
|
|||
"ire"
|
||||
];
|
||||
};
|
||||
tv.iptables.input-internet-accept-new-tcp = singleton "tinc";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue