Commit Graph

1768 Commits

Author SHA1 Message Date
Josh Kunz
136b587e86 Disable renovate dependency dashboard 2022-01-06 22:41:32 -08:00
Josh Kunz
e6d9ae2e29
Update status badge 2022-01-06 22:36:31 -08:00
Josh Kunz
62911b8ee9
Merge pull request #3 from joshkunz/renovate/configure
Configure Renovate
2022-01-06 22:34:38 -08:00
Josh Kunz
4290e2da90 Move rennovate config into .github 2022-01-06 22:31:25 -08:00
Renovate Bot
40f31b7c4f
Add renovate.json 2022-01-07 06:29:15 +00:00
Josh Kunz
d84ebd333b
Merge pull request #4 from joshkunz/add-github-build
Add GitHub Actions build
2022-01-06 22:29:01 -08:00
Josh Kunz
244328c32c Update debian version 2022-01-06 22:27:39 -08:00
Josh Kunz
0750a472bf Remove travis configuration 2022-01-06 22:22:55 -08:00
Josh Kunz
cc97e21cce Add github actions build 2022-01-06 22:20:44 -08:00
Josh Kunz
75f4f50673
Merge pull request #2 from vice/udhcpd.conf
udhcpd max leases configuration mispelled
2020-09-22 22:29:16 -07:00
Vicente Jimenez Aguilar
21ad3a14b3
udhcpd max leases configuration mispelled
see example file or https://udhcp.busybox.net/udhcpd.conf
2020-09-15 11:18:00 +02:00
Josh Kunz
9801e42033 Add Travis-CI swag 2019-03-17 14:44:21 -07:00
Josh Kunz
129d470925 Merge branch 'add-docs' 2019-03-13 22:46:40 -07:00
Josh Kunz
8a180cb783 Add README 2019-03-13 22:25:01 -07:00
Josh Kunz
b54671a9d5 Add travis build 2019-03-12 23:40:53 -07:00
Josh Kunz
a8e258e5e2 Use static IP address for dhcpd
For containers with user-defined bridge networks, Docker creates an
"embedded" DNS server, that listens on the loopback interface.
`generate-dhcpd-conf` was trying to pass this local DNS server to the VM,
causing it to fail all DNS queries.

This change makes `generate-dhcpd-conf` return static IP addresses, by
default `8.8.8.8`,`8.8.4.4`. This seems like a reasonable enough middle
ground between "no DNS" and trying to proxy VM DNS requests to the
embedded docker DNS server.

This has the unfortunate side-effect that the VM cannot resolve the
names of containers on the same user-defined network (though it can
still connect to them by IP). Hopefully I'll eventually get around to
fixing this.
2019-03-11 23:41:58 -07:00
Josh Kunz
e78aac3b9c Minor fixes + support hostname 2019-03-11 22:32:16 -07:00
Josh Kunz
b17ffa6d6f Fully working implementation 2019-03-11 00:35:19 -07:00