op-packages/luci-app-shadowrt/root/etc/config/shadowrt
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

13 lines
269 B
Plaintext

config main 'main'
config instance
option 'id' 'shadowrt0'
# option 'data' '/mnt/data/shadowrt'
option 'mnt' '0'
option 'proto' 'static'
option 'address' '192.168.100.2/24'
option 'gateway' '192.168.100.1'
option 'dns' '192.168.100.1'
option 'dhcp_server' '0'