https://github.com/jpoon/wheres-my-server
https://github.com/jpoon/wheres-my-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpoon/wheres-my-server
- Owner: jpoon
- Created: 2020-08-14T21:02:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T07:38:57.000Z (over 2 years ago)
- Last Synced: 2025-01-26T05:15:14.119Z (5 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```