Skip to content

Commit

Permalink
Renamed default.net to example.net
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Schwerdel committed Apr 5, 2016
1 parent 8b2894d commit d878321
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This project follows [semantic versioning](http://semver.org).
- [changed] Using FNV hash for better performance
- [changed] Using slice operations instead of loops
- [changed] Updated libsodium to 1.0.10
- [changed] Renamed default.net to example.net
- [fixed] Fixed wrong hex address formatting
- [fixed] Fixed peer exchange for more than 65000 peers
- [fixed] Initializing crypto for benchmarks
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deb/vpncloud/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ vpncloud.1: vpncloud.1.ronn

install:
install -d $(DESTDIR)/etc/vpncloud
install -m 600 default.net $(DESTDIR)/etc/vpncloud/default.net
install -m 600 example.net $(DESTDIR)/etc/vpncloud/example.net
install -d $(DESTDIR)/var/log
install -d $(DESTDIR)/run
install -d $(DESTDIR)/usr/bin
Expand Down
1 change: 1 addition & 0 deletions deb/vpncloud/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ vpncloud (0.5.0) stable; urgency=medium
* [changed] Using FNV hash for better performance
* [changed] Using slice operations instead of loops
* [changed] Updated libsodium to 1.0.10
* [changed] Renamed default.net to example.net
* [fixed] Fixed wrong hex address formatting
* [fixed] Fixed peer exchange for more than 65000 peers
* [fixed] Initializing crypto for benchmarks
Expand Down
File renamed without changes.

0 comments on commit d878321

Please sign in to comment.