mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-08 23:38:31 -04:00
Expose boringtun x25519 primitives
This commit is contained in:
parent
96be421495
commit
8cee210ccb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use std::net::{IpAddr, SocketAddr, ToSocketAddrs};
|
|||
use std::sync::Arc;
|
||||
|
||||
use anyhow::Context;
|
||||
use boringtun::crypto::{X25519PublicKey, X25519SecretKey};
|
||||
pub use boringtun::crypto::{X25519PublicKey, X25519SecretKey};
|
||||
|
||||
const DEFAULT_PORT_FORWARD_SOURCE: &str = "127.0.0.1";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue