Add: README.md en_ru
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user