Skip to content

Commit

Permalink
auto_update
Browse files Browse the repository at this point in the history
  • Loading branch information
liaocj committed Jun 19, 2024
1 parent 5256572 commit d0e8af8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion qemu/dhcp服务快速部署.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ tags:
```sh
sudo mkdir -p /etc/systemd/system/docker.service.d
sudo touch /etc/systemd/system/docker.service.d/proxy.conf
echo
cat << eof >
[Service]
Environment="HTTP_PROXY=http:///"
Environment="HTTPS_PROXY=http://proxy.example.com:8080/"
eof
dhcpd_cfg=/var/lcj/dhcpd.conf
mkdir -p `dirname $dhcpd_cfg`
cat <<'EOF' > ${dhcpd_cfg}
Expand Down

0 comments on commit d0e8af8

Please sign in to comment.