Correcting mismatched interfaces in upload rule (#314)

The names of the interfaces were wrong in the upload rule
pull/315/head
Bruno Magnum Vasconcelos Monteiro Salazar 3 years ago committed by GitHub
parent 5d4f432b0d
commit 680af4f10d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -108,8 +108,8 @@ Create a rule for the upload traffic
====================== =================== =====================================================
**sequence** 21 *Auto generated number, overwrite only when needed*
**interface** WAN *Select the interface that matches your GuestNet*
**interface2** GuestNet *Select the interface connected to the internet*
**interface** GuestNet *Select the interface that matches your GuestNet*
**interface2** WAN *Select the interface connected to the internet*
**proto** ip *Select the protocol, IP in our example*
**source** any *The source address, leave on any*
**src-port** any *The source port to shape, leave on any*

Loading…
Cancel
Save