netsh int ipv4 set glob defaultcurhoplimit=65ping 1.1.1.1| #!/data/data/com.termux/files/usr/bin/bash | |
| if [ -z "${1:-}" ]; then | |
| exit 1 | |
| fi | |
| url_is_supported() { | |
| REPLY="" | |
| declare -A arr | |
| case "$1" in |
| # This setup works pretty well for OPL with a network link that travels through | |
| # two UniFi switches and connects to a Samba server running inside Docker. The | |
| # host OS is Debian with a ZFS filesystem and the container OS is also Debian. | |
| # Latest Samba (4.11+). | |
| [global] | |
| # ====================== | |
| # General Samba settings | |
| # ====================== | |
| log level = 1 |