Pull request 1974: 6133-upd-quic-go

Updates #6133.

Squashed commit of the following:

commit cb096e3cdef8e85fa3a27e3bb3065317aaa29048
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Wed Aug 23 19:41:04 2023 +0300

    openapi: imp chlog

commit 623594f95d4be3a03e451849f7b1b5181785aeeb
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Wed Aug 23 19:25:47 2023 +0300

    all: upd quic-go, txt-lint
This commit is contained in:
Ainar Garipov
2023-08-23 20:10:54 +03:00
parent 2b9019313b
commit 8fb76701f4
8 changed files with 61 additions and 27 deletions

View File

@@ -16,17 +16,17 @@ To set up a test environment for DHCP server you will need:
### Configure Virtual Box
1. Install Virtual Box and run the following command to create a Host-Only
1. Install Virtual Box and run the following command to create a Host-Only
network:
```sh
$ VBoxManage hostonlyif create
```
You can check its status by `ip a` command.
You can also set up Host-Only network using Virtual Box menu:
You can check its status by `ip a` command.
You can also set up Host-Only network using Virtual Box menu:
```
File -> Host Network Manager...
```