Example of Equinix Network Edge Cisco SDWAN virtual device. Cisco SDWAN is available in following configuration:
- self-configured management mode
 - bring your own license (BYOL) licensing mode
 
| var util = require('util'), | |
| colors = require('colors'), | |
| http = require('http'), | |
| httpProxy = require('http-proxy'); | |
| // | |
| // Http Server with proxyRequest Handler and Latency | |
| // | |
| var proxy = new httpProxy.RoutingProxy(); | |
| http.createServer(function (req, res) { | 
| package main | |
| import ( | |
| "fmt" | |
| "net" | |
| "rateLimit" | |
| "time" | |
| ) | |
| func main() { | 
| { | |
| "require": { | |
| "mfacenet/hello-world": "v1.*" | |
| } | |
| } | 
| package main | |
| import ( | |
| "bytes" | |
| "encoding/hex" | |
| "flag" | |
| "fmt" | |
| "io" | |
| "log" | |
| "net" | 
| upstream gitlab { | |
| server 172.17.42.1:10080 fail_timeout=0; | |
| } | |
| # let gitlab deal with the redirection | |
| server { | |
| listen 80; | |
| server_name git.example.com; | |
| server_tokens off; | |
| root /dev/null; |