Version information
released Apr 2nd 2014
Start using this module
Add this module to your Puppetfile:
mod 'mdobrev-ss5', '0.0.2'
Learn more about managing modules with a PuppetfileDocumentation
mdobrev/ss5 — version 0.0.2 Apr 2nd 2014
mdobrev-ss5
A module to install and configure SS5 SOCKS [proxy http://ss5.sourcefourge.net/]. You need to build your own RPMs in order to use this module.
Examples
class { "::ss5": }
Change running port
class { "::ss5":
ss5_port => "3129",
auth_list => [ "0.0.0.0/0 - -" ],
permit_list => [ "- 10.0.0.0/8 - 0.0.0.0/0 - - - - -" ],
}
2014-04-02 Martin Dobrev git@dobrev.eu - 0.0.2
- Fixed documentation
2014-04-02 Martin Dobrev git@dobrev.eu - 0.0.1
- Initial version