@@ -206,8 +206,9 @@ In an additional console window we open a `bash` shell to start and manage the s
206
206
``` console
207
207
moon$ docker exec -ti moon /bin/bash
208
208
moon# ./charon &
209
- 00[DMN] Starting IKE charon daemon (strongSwan 6.0beta1 , Linux 5.15.0-52 -generic, x86_64)
209
+ 00[DMN] Starting IKE charon daemon (strongSwan 6.0beta2 , Linux 5.15.0-57 -generic, x86_64)
210
210
00[LIB] providers loaded by OpenSSL: legacy default
211
+ 00[CFG] install DNS servers in '/etc/resolv.conf'
211
212
00[LIB] loaded plugins: charon random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pgp dnskey sshkey pem openssl pkcs8 xcbc cmac kdf frodo oqs drbg attr kernel-netlink resolve socket-default vici updown
212
213
00[JOB] spawning 16 worker threads
213
214
00[DMN] executing start script 'creds' (swanctl --load-creds)
@@ -283,8 +284,9 @@ In a third console window we open a `bash`shell to start and manage the strongSw
283
284
``` console
284
285
carol$ docker exec -ti carol /bin/bash
285
286
carol# ./charon &
286
- 00[DMN] Starting IKE charon daemon (strongSwan 6.0beta1 , Linux 5.15.0-52 -generic, x86_64)
287
+ 00[DMN] Starting IKE charon daemon (strongSwan 6.0beta2 , Linux 5.15.0-57 -generic, x86_64)
287
288
00[LIB] providers loaded by OpenSSL: legacy default
289
+ 00[CFG] install DNS servers in '/etc/resolv.conf'
288
290
00[LIB] loaded plugins: charon random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pgp dnskey sshkey pem openssl pkcs8 xcbc cmac kdf frodo oqs drbg attr kernel-netlink resolve socket-default vici updown
289
291
00[JOB] spawning 16 worker threads
290
292
00[DMN] executing start script 'creds' (swanctl --load-creds)
0 commit comments