summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/nat.nix
AgeCommit message (Expand)Author
2024-04-13nixos: remove all uses of lib.mdDocstuebinm
2023-01-21nixos: fix backticks in Markdown descriptionsNaïm Favier
2022-12-23nixos/{firewall, nat}: add a nftables based implementationRvfg
2022-09-06Merge pull request #181334 from zhaofengli/nat-iptables-pkgBernardo Meurer
2022-08-31nixos/nat: Use the package specified in networking.firewall.packageZhaofeng Li
2022-07-30treewide: automatically md-convert option descriptionspennae
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier
2020-12-01nixos/nat: support IPv6 NATValérian Galliat
2020-03-04nixos/nat: fix multiple destination ports with loopbackThomas Dy
2020-01-12nixos/nat: use nixos-nat-out instead of OUTPUTvolth
2019-12-14nixos: fix ip46tables invocation in natBernardo Meurer
2019-12-12Merge pull request #68459 from volth/patch-364Andreas Rammhold
2019-11-04nixos/nat: fix typo in commentMax Veytsman
2019-09-10nixos/nat: create nixos-nat-{pre,post,out} in ip6tables toovolth
2018-06-12nixos/nat: optional networking.nat.externalInterface (#41864)volth
2018-06-10nixos/nat: optional networking.nat.externalInterface (#41758)volth
2018-02-19nixos/nat: support nat reflectionvolth
2017-12-06nat: add extraCommands and extraStopCommands optionsRyan Trinkle
2017-12-04Merge pull request #32212 from ryantrinkle/nat-port-forwarding-rangeszimbatm
2017-12-04nixos/nat: add dmzHost option (#32257)Ryan Trinkle
2017-12-02nat: support port ranges in networking.nat.forwardPortsRyan Trinkle
2017-08-04nixos/networking/nat: add option for protocolPhil
2017-08-03nat: always flush nixos nat rules on firewall start/reloadMarkus Mueller
2016-10-02Merge pull request #18491 from groxxda/network-interfacesJoachim F
2016-09-13networking.nat: replace network-interfaces.targetAlexander Ried
2016-09-13nat module: optionSet -> submoduleEric Sagnes
2016-05-12Revert "nixos/nat: Allow nat without an externalInterface"Domen Kožar
2016-05-12nixos/nat: Allow nat without an externalInterfaceFranz Pletz
2014-10-31nixos/nat: Fix override so that sysctls are properly preservedWilliam A. Kennington III
2014-09-18nixos/nat: Don't flush tables, create subchains for autogenerated rulesWilliam A. Kennington III
2014-09-15nixos/nat: Leverage firewall moduleWilliam A. Kennington III
2014-09-04nixos nat: add description to forwardPortsLuca Bruno
2014-09-04nixos nat: add type for sourcePort and destination of forwardPortsLuca Bruno
2014-09-01nixos/nat: add forwardPorts for external->internal DNATLuca Bruno
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra
2014-04-11Use iptables' ‘-w’ flagEelco Dolstra
2014-04-11Fix NAT moduleEelco Dolstra
2014-04-10Add option networking.nat.internalInterfacesEelco Dolstra
2013-10-30Add lots of missing option typesEelco Dolstra
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra