-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[change] Changed netjson ID of OpenVPN backend to avoid duplicate nodes
#93 The node ID of OpenVPN is now calculated in the following way: - common_name,address in most cases - common_name,address:port whenever there are multiple nodes having same common_name and address, which can happen when reusing the same common name is allowed and multiple nodes are behind the same public IP Closes #93
- Loading branch information
1 parent
9b6bf3a
commit 78eef96
Showing
4 changed files
with
95 additions
and
29 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
OpenVPN CLIENT LIST | ||
Updated,Thu Jun 18 08:12:15 2015 | ||
Common Name,Real Address,Bytes Received,Bytes Sent,Connected Since | ||
60c5a8fffe77607a,194.183.10.51:49794,334948,1973012,Thu Jun 18 04:23:03 2015 | ||
60c5a8fffe77607a,194.183.10.51:60003,334948,1973012,Thu Jun 18 04:23:03 2015 | ||
58a0cbeffe0156b0,217.72.97.67:59908,334948,1973012,Thu Jun 18 04:23:03 2015 | ||
ROUTING TABLE | ||
Virtual Address,Common Name,Real Address,Last Ref | ||
172.29.0.42,60c5a8fffe77607a,194.183.10.51:49794,Tue Apr 28 14:25:10 2020 | ||
172.29.0.34,60c5a8fffe77607a,194.183.10.51:60003,Tue Apr 28 14:25:10 2020 | ||
172.29.0.35,60c5a8fffe77607a,217.72.97.66:40012,Tue Apr 28 14:25:10 2020 | ||
172.29.0.22,58a0cbeffe0156b0,217.72.97.67:59908,Tue Apr 28 14:25:09 2020 | ||
GLOBAL STATS | ||
Max bcast/mcast queue length,0 | ||
END |
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