This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### AUTO SETUP START ### | |
| ########### setup your wg interface name and other params ############# | |
| :global "awg_proxy_setup_container_dir_install" "/usb1/docker" | |
| :global "awg_proxy_setup_wg_interface" "wireguard-warp" | |
| :global "awg_proxy_setup_veth_interface_name" "AWG-PROXY-$"awg_proxy_setup_wg_interface"" | |
| :global "awg_proxy_setup_envlists" "AWG-PROXY-$"awg_proxy_setup_wg_interface"" | |
| ########### ########### change your ip address ########### ########### ########### | |
| /interface/bridge add name=Bridge-Docker port-cost-mode=short | |
| /ip/address add address=192.168.254.1/24 interface=Bridge-Docker network=192.168.254.0 | |
| /interface/veth add address=192.168.254.9/24 gateway=192.168.254.1 name=$"awg_proxy_setup_veth_interface_name" |