An open API service indexing awesome lists of open source software.

https://github.com/jpoon/wheres-my-server


https://github.com/jpoon/wheres-my-server

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# wheres-my-server

Basic Dynamic DNS

My machine is assigned a different IP address every time it joins VPN.
As a means of discovering what the current IP address is, it periodically sends a heartbeat to a server (that has a static IP).

## Usage

On the server:
```
$ cd server
$ docker-compose start
```

On the client:
```
# configure client.go to talk to above server
$ go run client.go
```