Skip to content

Commit d17eb53

Browse files
committed
fix: use Curve25519 cipher scheme to match server public key
1 parent 20ea3c1 commit d17eb53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# OrganizationId: specify the organization id this agent represents.
99
# LogLevel: 0: silent, 1: error, 2: info, 3: audit, 4: debug, 5: trace.
1010
PrivateKeyBase64 = "ID91QmMGjBIlsDcgGb93eoKACzAcfv0r0Zw+hvUgXXM="
11-
DefaultCipherScheme = 0
11+
DefaultCipherScheme = 1
1212
UserId = "stealthdns agent"
1313
OrganizationId = "opennhp.org"
1414
LogLevel = 4

0 commit comments

Comments
 (0)