3 lines
74 B
Bash
Executable file
3 lines
74 B
Bash
Executable file
#!/bin/bash
|
|
IP_OVH=138.231.144.8
|
|
ip neigh del proxy ${IP_OVH} dev crans.2
|