Split automatic to nat hosts fill into a function to be able to call it from other place, ticket #2416
Remove unused variables and fix automatic nat to alias-address
Merge pull request #854 from icyfork/provides_empty_STDIN_to_pw_command
local_sync_accounts: provides empty STDIN to pw userdel command
Add hybrid and disabled outbound NAT, fixes #2416:
- Add 2 new outbound NAT modes, hybrid and disabled, manual and advanced keep working the same way- Hybrid mode applies manual rules first, automatic after- Disabled do no create any outbound NAT rules...
The /usr/sbin/pw command may wait for user input. For example,if there is a manual crontab settings for :foobar account, thenwhen this account is requested to be deleted, the command willask if user wants to delete crontab settings for the account....
Merge pull request #850 from phil-davis/master
Handle comma-separated list of remote networks when making vpn_networks table
Add an option to set no-sync on rules to keep states from being synced via pfsync. Fix #2501
Rework the usage of the shell i/o during stop_packages(), fixes the "Syntax error: bad fd number" for the remaining people who still saw it on shutdown
If remote_networks for an OpenVPN instance is a list of more than 1 network then none of the networks gets added to the vpn_networks table. The code simply did not address this new comma-separated list feature. Now it does, and the vpn_networks table contains all the remote networks listed....
Unset this variable used in the loop to avoid having wrong information
View revisions
Also available in: Atom