Advertisement
esalant

Untitled

May 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. pi@raspberrypi:~ $ cat /etc/pihole/setupVars.conf
  2. WEBPASSWORD=
  3. DNSMASQ_LISTENING=single
  4. DNS_FQDN_REQUIRED=true
  5. DNS_BOGUS_PRIV=true
  6. DNSSEC=false
  7. TEMPERATUREUNIT=F
  8. WEBUIBOXEDLAYOUT=boxed
  9. SPEEDTESTSCHEDULE=1
  10. SPEEDTEST_SERVER=
  11. SPEEDTEST_CHART_DAYS=7
  12. API_EXCLUDE_DOMAINS=
  13. API_EXCLUDE_CLIENTS=
  14. API_QUERY_LOG_SHOW=all
  15. API_PRIVACY_MODE=false
  16. PIHOLE_INTERFACE=eth0
  17. IPV4_ADDRESS=10.0.1.215/24
  18. IPV6_ADDRESS=2601:743:200:2fd4:ba27:ebff:fe3d:c75
  19. PIHOLE_DNS_1=8.8.8.8
  20. PIHOLE_DNS_2=8.8.4.4
  21. QUERY_LOGGING=true
  22. INSTALL_WEB=true
  23. LIGHTTPD_ENABLED=1
  24. pi@raspberrypi:~ $ ifconfig
  25. eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  26. inet 10.0.1.215 netmask 255.255.255.0 broadcast 10.0.1.255
  27. inet6 fe80::ba27:ebff:fe3d:c75 prefixlen 64 scopeid 0x20<link>
  28. inet6 2601:743:201:2c58:ba27:ebff:fe3d:c75 prefixlen 64 scopeid 0x0<global>
  29. ether b8:27:eb:3d:0c:75 txqueuelen 1000 (Ethernet)
  30. RX packets 6680 bytes 3961133 (3.7 MiB)
  31. RX errors 0 dropped 0 overruns 0 frame 0
  32. TX packets 4718 bytes 973403 (950.5 KiB)
  33. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  34.  
  35. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  36. inet 127.0.0.1 netmask 255.0.0.0
  37. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  38. loop txqueuelen 1000 (Local Loopback)
  39. RX packets 3792 bytes 218168 (213.0 KiB)
  40. RX errors 0 dropped 0 overruns 0 frame 0
  41. TX packets 3792 bytes 218168 (213.0 KiB)
  42. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement