mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-14 11:53:42 +08:00
BOSH release: 2.2.1: version.sslip.io
TXT
- Returns version information for DNS server - Contains 3 strings: - Semantic version, e.g. "2.2.1" - Date of compilation - Latest git hash Note: the BOSH Release will have a different compilation date & different git hash than the released executables; the semantic version will be the same.
This commit is contained in:
@@ -160,7 +160,7 @@ src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->
|
||||
example, we install & run our server within a docker container:</p>
|
||||
<pre>
|
||||
docker run -it --rm fedora
|
||||
curl -L https://github.com/cunnie/sslip.io/releases/download/2.2.0/sslip.io-dns-server-linux-amd64 -o dns-server
|
||||
curl -L https://github.com/cunnie/sslip.io/releases/download/2.2.1/sslip.io-dns-server-linux-amd64 -o dns-server
|
||||
chmod +x dns-server
|
||||
./dns-server 2> dns-server.log &
|
||||
dnf install -y bind-utils
|
||||
|
Reference in New Issue
Block a user