mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
fix AllowIps and Address fields for WireGuard client (#99)
- add Wireguard client cidr into AllowIps - change subnet number to 32 in Address field
This commit is contained in:
@@ -428,7 +428,7 @@ pub async fn async_main(cli: Cli) {
|
||||
});
|
||||
|
||||
println!("Starting easytier with config:");
|
||||
println!("############### TOML ##############\n");
|
||||
println!("############### TOML ###############\n");
|
||||
println!("{}", cfg.dump());
|
||||
println!("-----------------------------------");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user