1 |
unnilennium |
1.1 |
--- smeserver-openvpn-bridge-2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/openvpnbridge.pm.comment_passtos 2010-05-12 15:27:17.000000000 +0200 |
2 |
|
|
+++ smeserver-openvpn-bridge-2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/openvpnbridge.pm 2010-05-12 15:29:23.000000000 +0200 |
3 |
|
|
@@ -511,7 +511,8 @@ |
4 |
|
|
$fic .= "proto $proto\n"; |
5 |
|
|
$fic .= "dev tap\n"; |
6 |
|
|
$fic .= "nobind\n"; |
7 |
|
|
- $fic .= "passtos\n"; |
8 |
|
|
+ $fic .= "# Uncomment the following line if your system support passtos (not supported on Windows)\n"; |
9 |
|
|
+ $fic .= "# passtos\n"; |
10 |
|
|
$fic .= "remote ".$config_db->get('SystemName')->value.".".$config_db->get('DomainName')->value."\n\n"; |
11 |
|
|
$fic .= "tls-client\n"; |
12 |
|
|
$fic .= "tls-auth takey.pem 1\n" |