Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. {
  2. "params": [
  3. {
  4. "lte": null,
  5. "wifi_client": null,
  6. "wifi_ap": {
  7. "ipv4": {
  8. "netmask": "255.255.255.0",
  9. "ip": "10.10.10.10"
  10. },
  11. "wifi_ap": {
  12. "ssid": "aurora-netconnect",
  13. "channel": 6
  14. },
  15. "name": "wlan0"
  16. },
  17. "lan": {
  18. "ipv4": {
  19. "netmask": "255.255.255.0",
  20. "dns": [
  21. "8.8.8.8",
  22. "8.8.4.4"
  23. ],
  24. "gw": "10.10.10.1",
  25. "dhcp": true,
  26. "ip": "10.10.10.10"
  27. },
  28. "name": "eth0"
  29. }
  30. }
  31. ],
  32. "src_mid": "netconnect-interface",
  33. "func": "connect"
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement