mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Add BCP38 implementation package (from CeroWrt).
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
uci -q batch <<-EOT
|
||||
delete firewall.bcp38
|
||||
set firewall.bcp38=include
|
||||
set firewall.bcp38.type=script
|
||||
set firewall.bcp38.path=/usr/lib/bcp38/run.sh
|
||||
set firewall.bcp38.family=IPv4
|
||||
set firewall.bcp38.reload=1
|
||||
commit firewall
|
||||
EOT
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user