Skip to content

Instantly share code, notes, and snippets.

@svendahlstrand
Last active May 21, 2016 20:34
Show Gist options
  • Save svendahlstrand/5467259 to your computer and use it in GitHub Desktop.
Save svendahlstrand/5467259 to your computer and use it in GitHub Desktop.
En SiteVision-skriptmodul som visar besökarens IP-adresss.
var clientAddress = require('ClientUtil').getClientAddress();
Besökarens IP-adress: $clientAddress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment