mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(exports): remove nonexistent port
This commit is contained in:
parent
febf43b1d0
commit
3ca662f301
1 changed files with 0 additions and 4 deletions
|
|
@ -27,10 +27,6 @@ in {
|
||||||
port = 19132;
|
port = 19132;
|
||||||
transport = "udp";
|
transport = "udp";
|
||||||
};
|
};
|
||||||
tcp = {
|
|
||||||
port = config.ports.default.port;
|
|
||||||
transport = "tcp";
|
|
||||||
};
|
|
||||||
v6 = {
|
v6 = {
|
||||||
port = 19133;
|
port = 19133;
|
||||||
transport = "udp";
|
transport = "udp";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue