Changeset b4abfab for npl


Ignore:
Timestamp:
05/19/18 13:21:21 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master, perl-5.22
Children:
9670dd0
Parents:
a39aa4c
Message:

openvpn 2.4 support

Location:
npl/syn3/webint
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • npl/syn3/webint/src/openvpn/model.php

    ra39aa4c rb4abfab  
    3535CLIENT_LIST     test2   188.89.163.201:35963    10.8.0.18       3039    3717    Tue Nov 22 23:11:17 2016        1479852677      psy
    3636CLIENT_LIST     test20  192.168.13.236:48928    10.8.0.34       47084   43668   Tue Nov 22 23:08:06 2016        1479852486      psy
     37
     382.4.x:
     39HEADER  CLIENT_LIST     Common Name     Real Address    Virtual Address Virtual IPv6 Address    Bytes Received  Bytes Sent      Connected Since Connected Since (time_t)        Username        Client ID       Peer ID
     40CLIENT_LIST     test    213.126.87.242:58739    10.8.0.10               17705   13762   Thu May 17 12:51:25 2018        1526561485      test    2       1
     41
     42
    3743*/
    3844function openvpn_Status()
  • npl/syn3/webint/src/openvpn/status.php

    ra39aa4c rb4abfab  
    5151{
    5252        echo "<tr>";
    53         echo "<td><a href='/useradmin/edituser.php?name=".$client[8]."'>".$client[8]."</a>";
     53        echo "<td><a href='/useradmin/edituser.php?name=".$client[9]."'>".$client[9]."</a>";
    5454        echo "<td>".$client[1];
    55         echo "<td>".$client[6];
     55        echo "<td>".$client[7];
    5656        echo "<td>".$client[2];
    5757        echo "<td>".$client[3];
    58         echo "<td>".$client[4];
    5958        echo "<td>".$client[5];
     59        echo "<td>".$client[6];
    6060
    6161        echo "</tr>";
  • npl/syn3/webint/webint.build

    ra39aa4c rb4abfab  
    1 6564
     16565
  • npl/syn3/webint/webint.md5

    ra39aa4c rb4abfab  
    83283216877f2ae40364c8db9b1536080a8ee6  ./src/openvpn/listcerts.php
    8338336bd817d4aa1565638e41d5bde02b3d2e  ./src/openvpn/menuman.php
    834 31a3d0abc641f4ed55691953b6209220  ./src/openvpn/model.php
    835 abfd99f18cd00c2149b5436ec912a2ec  ./src/openvpn/status.php
     834a906f6e134f33208169cef9de1242de7  ./src/openvpn/model.php
     8351c884f6577d22801b8f19aa1aab4045e  ./src/openvpn/status.php
    8368363fb8ed50605a860855713f5836010ab4  ./src/openvpn/wizardman.php
    837837cbc0ebbef2bd7c7438d1d1981f3b2a44  ./src/openxchange/lang_deD.php
     
    116011603d8b121024940b3004ca67bacb88b74e  ./updatelang.sh
    11611161e15c0d77cf349ff3f2c55bf1b48ea567  ./upload.sh
    1162 1ac7a3c76a6c547dd79dab2ac72c76f3  ./webint.pkg
     116269a48aead4f50f1307377214ad1f6393  ./webint.pkg
    1163116305d46c478b4e8c14eafeb686a5b8c064  ./webint.SlackBuild
    1164 fb38dd13fa0539525d98fec0e6e2f261  ./webint.SlackBuild.log.gz
     1164afa6d1d42a98aba4adbd2e4da1252c38  ./webint.SlackBuild.log.gz
    11651165693ffd7c59a1fe2b34276bec14f3ebfb  ./zones.conf
  • npl/syn3/webint/webint.pkg

    • Property mode changed from 100755 to 100644
Note: See TracChangeset for help on using the changeset viewer.