Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 3c0498518f15
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2874e56c05a2
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 8, 2018

  1. nixos/sslh: add transparent proxying support (#41412)

    [x] Support transparent proxying. This means services behind sslh (Apache, sshd and so on) will see the external IP and ports as if the external world connected directly to them.
     [x] Run sslh daemon as unprivileged user instead of root (it is not only for security, transparent proxying requires it)
     [x] Removed pidFile support (it is not compatible with running sslh daemon as unprivileged user)
     [x] listenAddress default changed from "config.networking.hostName" (which resolves to meaningless "127.0.0.1" as with current /etc/hosts production) to "0.0.0.0" (all addresses)
    volth authored and xeji committed Jun 8, 2018
    Copy the full SHA
    2874e56 View commit details
    Browse the repository at this point in the history