-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add section feature. It allows to load options from the section of /etc/runns.conf file. runns.conf is just a simple case insensitive INI file. This file could contain following options: NetworkNamespace, InterfaceIn, InterfaceOut, Resolve. Also it could contains several vpn options which specifies openvpn config files. Each vpn option starts openvpn daemon with "openvpn-$NS" name in the system logger. For example: [myconf] vpn=/etc/openvpn/vpn1.conf vpn=/etc/openvpn/vpn2.conf will start two openvpn sessions with two different configs. - Fix calculation of the default name for new network namespace.
- Loading branch information
Showing
1 changed file
with
49 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters