Compare commits
No commits in common. "master" and "v1.0.0.0_NetMonitorUtils" have entirely different histories.
master
...
v1.0.0.0_N
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
/bin
|
BIN
bin/Release/NetMonitorClient.exe
Normal file
BIN
bin/Release/NetMonitorClient.exe
Normal file
Binary file not shown.
BIN
bin/Release/NetMonitorConsole.exe
Normal file
BIN
bin/Release/NetMonitorConsole.exe
Normal file
Binary file not shown.
BIN
bin/Release/NetMonitorServer.exe
Normal file
BIN
bin/Release/NetMonitorServer.exe
Normal file
Binary file not shown.
BIN
bin/Release/NetMonitorTray.exe
Normal file
BIN
bin/Release/NetMonitorTray.exe
Normal file
Binary file not shown.
BIN
bin/Release/NetMonitorUtils.dll
Normal file
BIN
bin/Release/NetMonitorUtils.dll
Normal file
Binary file not shown.
BIN
bin/Release/NetOpenVPNGUI.exe
Normal file
BIN
bin/Release/NetOpenVPNGUI.exe
Normal file
Binary file not shown.
BIN
bin/Release/Utils.dll
Normal file
BIN
bin/Release/Utils.dll
Normal file
Binary file not shown.
9
bin/Release/config.ini
Normal file
9
bin/Release/config.ini
Normal file
@ -0,0 +1,9 @@
|
||||
[ports]
|
||||
server=54323
|
||||
client_from=54330
|
||||
client_to=54340
|
||||
|
||||
[program]
|
||||
openvpn=C:\Program Files\OpenVPN
|
||||
logfolder=E:\Programme\NetMonitor\logs
|
||||
loglevel=Debug
|
40
bin/Release/network.ini
Normal file
40
bin/Release/network.ini
Normal file
@ -0,0 +1,40 @@
|
||||
[network1]
|
||||
Name=Home
|
||||
Ip=auto
|
||||
Dns=auto
|
||||
Wins=auto
|
||||
Adapter=LAN-Verbindung
|
||||
|
||||
[network2]
|
||||
Name=FHG
|
||||
Ip=129.26.164.222
|
||||
Subnet=255.255.248.0
|
||||
Gateway=129.26.160.1
|
||||
Dns=129.26.165.177
|
||||
Wins=129.26.165.167
|
||||
Adapter=LAN-Verbindung
|
||||
|
||||
[network3]
|
||||
Name=Test
|
||||
Ip=10.15.20.25
|
||||
Subnet=255.255.255.0
|
||||
Gateway=0.0.0.0
|
||||
Dns=0.0.0.0
|
||||
Wins=0.0.0.0
|
||||
Adapter=LAN-Verbindung
|
||||
|
||||
[network4]
|
||||
Name=Wlan Home
|
||||
Ip=10.15.20.106
|
||||
Subnet=255.255.0.0
|
||||
Gateway=10.15.20.200
|
||||
Dns=10.15.20.243
|
||||
Wins=10.15.20.243
|
||||
Adapter=Drahtlosnetzwerkverbindung
|
||||
|
||||
[network5]
|
||||
Name=Wlan Auto
|
||||
Ip=auto
|
||||
Dns=auto
|
||||
Wins=auto
|
||||
Adapter=Drahtlosnetzwerkverbindung
|
7
bin/Release/vpn.ini
Normal file
7
bin/Release/vpn.ini
Normal file
@ -0,0 +1,7 @@
|
||||
[openvpn1]
|
||||
Name=FH
|
||||
Config=wlanfb02.ovpn
|
||||
|
||||
[openvpn2]
|
||||
Name=Home
|
||||
Config=home.ovpn_
|
Loading…
Reference in New Issue
Block a user