refactor(aichat): update model to openai:gpt-4o from selfhosted
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
fix(configuration): add Wake on LAN to allowed UDP ports
This commit is contained in:
@@ -198,10 +198,11 @@
|
||||
"tailscale0"
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
4950
|
||||
4955
|
||||
3113
|
||||
]; # Warframe
|
||||
9 # Wake on LAN
|
||||
4950 # Warframe
|
||||
4955 # Warframe
|
||||
3113 # Other
|
||||
];
|
||||
allowedTCPPortRanges = [
|
||||
{
|
||||
from = 1714;
|
||||
|
||||
Reference in New Issue
Block a user