Add: README.md en_ru

This commit is contained in:
2023-07-22 21:29:41 +09:00
parent 87f7a712e0
commit 92ccfaf440
3 changed files with 229 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ def get_wg_conf() -> dict:
@sudo_required
def gen_wg_conf(config_path, **settings):
"""
generates a config file for the wireguard interface,
generates a config file for the wireguard interface,
receiving a dict (**settings) with the desired values
Args:
@@ -106,7 +106,7 @@ def exist_wg_conf(config_path):
@sudo_required
def change_allowed_ips(config_path, allowed_ips, action="replace"):
"""
the function changes the AllowedIPs value in
the function changes the AllowedIPs value in
the passed configuration file.
Args: