diff options
Diffstat (limited to 'Biz/Cloud/Ports.nix')
-rw-r--r-- | Biz/Cloud/Ports.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Biz/Cloud/Ports.nix b/Biz/Cloud/Ports.nix new file mode 100644 index 0000000..66016ec --- /dev/null +++ b/Biz/Cloud/Ports.nix @@ -0,0 +1,13 @@ +{ + ssh = 22; + git = 9418; + http = 80; + https = 443; + sabten = 8080; + hoogle = 8008; + gemini = 1965; + devalloc = 8095; + radicale = 5232; + jellyfin = 8096; + dandel-rovbur = 8080; +} |