WGDashboard/src/templates/qrcode.html
Donald Cheng Hong Zou 34cd3aaaca Slow Performance Fixed
2021-12-23 21:26:24 -05:00

1 line
288 B
HTML

{{ qrcode("[Interface]\nPrivateKey = "+i['private_key']+"\nAddress = "+i['allowed_ip']+"\nMTU = "+i['mtu']+"\nDNS = "+i['DNS']+"\n\n[Peer]\nPublicKey = "+i['public_key']+"\nAllowedIPs = "+i['endpoint_allowed_ip']+"\nPersistentKeepalive = "+i['keepalive']+"\nEndpoint = "+i['endpoint']) }}