frp

frp 0.71.0

Fast reverse proxy

<rendered-html><p>frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet. As of now, it supports TCP and UDP, as well as HTTP and HTTPS protocols, where requests can be forwarded to internal services by domain name. frp also has a P2P connect mode.</p> </rendered-html>

https://github.com/fatedier/frp
Apache License 2.0
programs: frpc, frps
Maintainers
Platforms (30)
microblaze-linuxpowerpc64le-linuxpowerpc-linuxi686-freebsdpowerpc64-linuxmips-linuxarmv7a-linuxloongarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  frp
];
Ad-hoc shell
nix-shell -p frp
Flake (nix run)
nix run nixpkgs#frp